scheduleNotification之前,需要申请权限,如下:
[[UIApplication sharedApplication] registerUserNotificationSettings:
[UIUserNotificationSettings settingsForTypes:(UIUserNotificationTypeAlert)
categories:nil]];[......]
ios8后,发送LocalNotification需要申请权限
Leave a reply