Is there any way I can read settings for iPhone preferences. I wanted to read whether the push notification flag is on or not. Based on this setting, I wanted to take some action in my native application. Please guide.
Is there any way I can read settings for iPhone preferences. I wanted to
Share
You can read settings for your application using NSUserDefaults. If you are asking if you can read whether push notifications are on globally, then no, I don’t think you can. If your application asks to use them, it will ask the user if they want to turn them back on, but that is all you can do.