Tag: apn
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…
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…