Zurück zum Blog

Tag: push-notification

A small look into Google Cloud Messages

Tobias Knell

08.01.2013
Within the scope of some Android R&D I took a look at Google’s Cloud Message Service, GCM. Well, the starter guide at http://developer.android.com/google/gcm/gs.html is almost all you need to get started,…
Weiterlesen

APN Device Tokens

David Linsin

14.09.2010
When you enable Apple Push Notifications (APN) for your App, your device generates a unique device token and pass it to the didRegisterForRemoteNotificationsWithDeviceToken method in your App delegate. Usually, you’ll…
Weiterlesen

Sending Apple Push Notifications with notnoop's java-apns library

Tobias Knell

27.07.2010
If you need to send apple push notifications to your users, like we do in a secret project mentioned earlier this week, notnoop’s java-apns library is a good choice, because…
Weiterlesen