需要手动加上这句话
if ([UIApplicationinstancesRespondToSelector:@selector(registerUserNotificationSettings:)]){
[[UIApplicationsharedApplication] registerUserNotificationSettings:[UIUserNotificationSettingssettingsForTypes:UIUserNotificationTypeAlert|UIUserNotificationTypeBadge|UIUserNotificationTypeSoundcategories:nil]];
}
参考:http://blog.csdn.net/chenyong05314/article/details/39926573
时间: 2024-10-13 06:51:11