How to check Notification alert style for our app?
问题 What exactly I wanted is to change the Notification Alert Style to "Alerts" But came to know that we can't do it programatically. Now lets come to the Scenario, I have a UILocalNotification set with the repeatinterval = kCFCalendarUnitMinute . So each minute it shows new notification in the notification Window if I don't cancel it. Now Say, I have kept the device idle for 10 minutes then I will be bombarded with 10 notifications though I have set a single notification with repeatinterval.