Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我注册我的应用程序以获取推送通知时,我会在启动时收到一条警报,询问是否允许注册我的应用程序以获取推送通知。我的问题是(如果你知道的话,适用于 iOS5 和 iOS 6):
您无法控制推送通知 alertView。
您可以做的是检查允许的推送类型:
[[UIApplication sharedApplication] enabledRemoteNotificationTypes]
进入应用程序并通知用户转到设置并为您的应用程序启用推送通知。