UIRemoteNotificationType type = [[UIApplication sharedApplication] enabledRemoteNotificationTypes];
if(UIRemoteNotificationTypeNone != type){
NSLog(@"开开了");
}
else{
NSLog(@"关着呢");