如何在我的应用程序中使用 APN?
我需要使用 APN 制作我的应用程序。我需要所有需要的步骤,比如是否有另一个向苹果注册证书以及如何向使用从商店下载的我的应用程序的所有设备发出推送通知。
我应该如何实现发送消息的服务器端?
我已经在我的应用程序中实现了这个:
[[UIApplication sharedApplication]
registerForRemoteNotificationTypes:UIRemoteNotificationTypeAlert |
UIRemoteNotificationTypeBadge |
UIRemoteNotificationTypeSound];