0

I am working on Local Notification, initial setup for the local notification the pop up alert message is not showing in iOS 8.2 below IPhone 5 simulator.

 UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes: UIUserNotificationTypeAlert | UIUserNotificationTypeSound categories:nil];
    [[UIApplication sharedApplication] registerUserNotificationSettings:settings];
    [[UIApplication sharedApplication] registerForRemoteNotifications];

The default pop up message is not displaying "Your App" would like to send you Notifications Notication may include alerts, sound and icon badges. These can be configured in settings.

kiran
  • 4,285
  • 7
  • 53
  • 98
  • pls add localnotification code – Jigar Feb 09 '17 at 11:16
  • Its about application level popup message "The default pop up message is not displaying "Your App" would like to send you Notifications Notication may include alerts, sound and icon badges. These can be configured in settings". – kiran Feb 09 '17 at 11:18
  • try to first uninstall old application than install new – Jigar Feb 09 '17 at 11:21
  • check this http://stackoverflow.com/questions/29265433/registerusernotificationsettings-not-showing-prompt-ios-8 – Jigar Feb 09 '17 at 11:29

0 Answers0