I'm looking for a way to determine if the user has, via settings, enabled or disabled their Local notifications for my application. Here I'm not using push notification
Thanks.
I'm looking for a way to determine if the user has, via settings, enabled or disabled their Local notifications for my application. Here I'm not using push notification
Thanks.
you can find out what types of notifications the user has registered for by calling:
which returns a bitmask based on UIRemoteNotificationType;
Before iOS5.0 Local Notifications was always available.
Since iOS8.0 exists way to detect it is disabled by user or not: https://stackoverflow.com/a/26052687/751932
There are no public way to determine what you ask between iOS 5.0 to 8.0
Set a test notification with a fireDate in 1 second. Check if it gets called in