kinto icon indicating copy to clipboard operation
kinto copied to clipboard

Plug Apple and Google Notifications with Kinto — APN/GCM

Open Natim opened this issue 9 years ago • 3 comments

https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html

Natim avatar Jan 29 '16 11:01 Natim

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.

almet avatar Jan 29 '16 11:01 almet

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

Natim avatar Jan 29 '16 11:01 Natim

Pusher rolled out mobile push notifications :) https://pusher.com/push-notifications

leplatrem avatar Aug 18 '16 08:08 leplatrem