最近更新后推送通知停止工作

时间:2012-05-16 08:45:19

标签: iphone ios5 push-notification apple-push-notifications

嗨我在App Store上有一个应用程序,用于完美地接收推送通知,但在最近的更新后它似乎停止了。

我没有更改任何通知代码,所以如果iOS 5.1中有任何可能导致此问题的更改,我就会徘徊。

任何人都有类似的经历并知道如何解决它?

在申请代表中,我正在注册通知:

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

并实施以下方法:

- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo 

- (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error

0 个答案:

没有答案