Objective-C - Detect when user change the app's notifications settings
问题 I need to always know which options the user choose on the push notification settings. (The options are - alert, sound and badges) So when my app launch I call: UIRemoteNotificationType types = [[UIApplication sharedApplication] enabledRemoteNotificationTypes]; and detect what the user chose. But how can I detect if the user change the settings later during the app life time? Is there some delegate method that get called when a change occur with this settings? 回答1: There is no delegate. You