我在我的 app id 中启用了生产推送通知,并使用它创建了配置文件。当我在我的 ipad 中运行该应用程序时,它会要求通知,我收到了相应的通知。但问题是方法
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken {
即使我在 didfinishlaunch 中添加了以下代码,也没有调用
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:(UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound)];
任何想法请帮助我,我现在正在使用 ios6。