Native Push Notifications
Last updated
Was this helpful?
Last updated
Was this helpful?
Get client id
curl -H "Content-Type: application/json" -X POST -d '{"app_key":"your app key", "platform_type": "apns", "token": "devicetoken"}'
Subscribe to client
curl -H "Content-Type: application/json" -X POST -d '{"app_key":"your app key", "platform_type": "apns", "token": "devicetoken"}'