在我的应用程序中详细使用apple推送通知?

时间:2013-01-31 09:15:05

标签: iphone ios objective-c apple-push-notifications

如何在我的应用中使用APN?

我需要使用APN制作我的应用程序。我需要所有必需的步骤,例如是否有另外注册Apple的证书,以及如何向使用从商店下载的应用程序的所有设备发送推送通知。

我应该如何实现我将发送消息的服务器端?

我已经在我的应用中实现了这个:

[[UIApplication sharedApplication] 
 registerForRemoteNotificationTypes:UIRemoteNotificationTypeAlert | 
                                    UIRemoteNotificationTypeBadge | 
                                    UIRemoteNotificationTypeSound];

1 个答案:

答案 0 :(得分:0)