I have created one application in which I have schedule 64 UNNotificationRequest for iOS 10.
Notifications fired at correct time. But sometimes my device os is reboot and fetches above error.
I have created one application in which I have schedule 64 UNNotificationRequest for iOS 10.
Notifications fired at correct time. But sometimes my device os is reboot and fetches above error.
After doing RND on this I found answer on apple site is we can't schedule local notification more than 30 at a time.This solve my problem.