kinto
kinto copied to clipboard
Plug Apple and Google Notifications with Kinto — APN/GCM
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html
I think this should be done as a plugin. From the documentation, I see that one would need to "send the notification and a device token to the APNs servers".
Their API is full HTTP, so this looks a lot similar to what we're doing in the kinto-webpush extension, and that could be a nice use case for it.
That something we may want to do with GCM (Google Cloud Messaging) too: https://www.digitalocean.com/community/tutorials/how-to-create-a-server-to-send-push-notifications-with-gcm-to-android-devices-using-python
Pusher rolled out mobile push notifications :) https://pusher.com/push-notifications