I have implemented UILocalNotification for iOS 6 but every time the notification is launched, it is displayed as a banner. Is there way I can default it to be an alert (like previous iOS 4)?
Thanks in advance everyone!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a setting which you cannot set programmatically. All apps that use notifications have a setting in the Settings app which you can choose from alert, banner, or none.
So bottom line, it is up to the user to select the type of notification.