Guest User

Untitled

a guest
Dec 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {     "apids": [
  2.         "apid1",
  3.         "apid2"
  4.     ],
  5.     "android": {
  6.         "alert": "$alertTitle",
  7.         "extra": {
  8.             "i": "$i",
  9.             "n": "$n"
  10.         }
  11.     },
  12.     "device_tokens": [
  13.         "some device token",
  14.         "another device token"
  15.     ],
  16.     "aps": {
  17.         "badge": "auto",
  18.         "alert": "$alertTitle"
  19.     },
  20.     "n": "$n",
  21.     "i": "$i"
  22. }
Add Comment
Please, Sign In to add comment