I want to send push notification to device using php script.So I want to get all device Id and token from devices collection.So how can i get all token and deviceID?
I want to send push notification to device using php script.So I want to get all device Id and token from devices collection.So how can i get all token and deviceID?
Hello Vanita,
You don't need to know all the device id to send push notifications. By default notifications are sent to all devices. You can choose on which device send notification using the filter:
http://devcenter.appery.io/documentat...
http://devcenter.appery.io/documentat...