Native Push Notifications

Get client id

curl -H "Content-Type: application/json" -X POST -d '{"app_key":"your app key", "platform_type": "apns", "token": "devicetoken"}' https://nativepushclient-cluster1.pusher.com/client_api/v1/clients

Subscribe to client

curl -H "Content-Type: application/json" -X POST -d '{"app_key":"your app key", "platform_type": "apns", "token": "devicetoken"}' https://nativepushclient-cluster1.pusher.com/client_api/v1/clients/:clientidfromprevious/interests/jqn

Last updated

Was this helpful?