parse.com - How can I send a parse push to an installation id or device token -


how can use parse rest api push specific devicetoken or installation id? make request , succeeds 200 response no push.

curl -x post \   -h "x-parse-application-id: xyz" \   -h "x-parse-rest-api-key: foo" \   -h "content-type: application/json" \   -d '{         "where": {           "devicetoken": "someid"         },         "data": {           "alert": "willie hayes injured own pop fly."         }       }' \   https://api.parse.com/1/push 


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -