Hi to all,
Sorry I might ask something that was somewhere on the forum already answered, but I need extra explanations.
My goal is to push text notifications, that are sent to Apple/Android servers and then directed to mobile devices that has the application installed and are subscribed to listening service.
- which apple/android servers are the best and their API supports Gideros (Parse.com)?
- is there any tutorial/sample with step-by-step instructions how to do that?
- what about Gideros Notification Plugin made by ar2rsawseen?
Thanks,
Matjaz
Comments
You just register the device, receive the registration token and send it to the service you will be using Push Notifications with.
Check out: http://appcodingeasy.com/new_docs/index.html#NotificationManager
Common uses and examples
Likes: bravcm