I am using local notifications in my application. I want to show local notifications as Alert Type on iphone devices while it is displaying as Banner Type. I have also set the alert type of local notification that is not contains the null value. Please Suggest.
I am using local notifications in my application. I want to show local notifications
Share
You can’t change the way a Notification is presented by code, iOS handles the displaying the notifications.
Only the user can set the way a notification is presented from the settings app.