需要手动加上这句话
if ([UIApplicationinstancesRespondToSelector:@selector(registerUserNotificationSettings:)]){
[[UIApplicationsharedApplication] registerUserNotificationSettings:[UIUserNotificationSettingssettingsForTypes:UIUserNotificationTypeAlert|UIUserNotificationTypeBadge|UIUserNotificationTypeSoundcategories:nil]];