UIRemoteNotificationType type = [[UIApplication sharedApplication] enabledRemoteNotificationTypes];
if(UIRemoteNotificationTypeNone != type){
NSLog(@"开开了");
}
else{
NSLog(@"关着呢");
}
时间: 2025-01-12 10:31:06
UIRemoteNotificationType type = [[UIApplication sharedApplication] enabledRemoteNotificationTypes];
if(UIRemoteNotificationTypeNone != type){
NSLog(@"开开了");
}
else{
NSLog(@"关着呢");
}