scheduleNotification之前,需要申请权限,如下:
[[UIApplication sharedApplication] registerUserNotificationSettings: [UIUserNotificationSettings settingsForTypes:(UIUserNotificationTypeAlert) categories:nil]];
scheduleNotification之前,需要申请权限,如下:
[[UIApplication sharedApplication] registerUserNotificationSettings: [UIUserNotificationSettings settingsForTypes:(UIUserNotificationTypeAlert) categories:nil]];