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
Post a Comment