这是我用于RemoteNotificationType的代码:
NSUInteger rntypes = [[UIApplication sharedApplication] enabledRemoteNotificationTypes];
Run Code Online (Sandbox Code Playgroud)
我得到的错误是这样的:
2014-09-29 15:46:47.416 Dummy [258:21766]在iOS 8.0及更高版本中不支持enabledRemoteNotificationTypes.
如果有人能给我解决方案,那将是一个很大的帮助.