I\'m trying to create an app that delivers local notifications as an Alert, not a Banner. But looks like banner is the default and I can\'t find a way to change it on my cod
I don't believe there is any way to programmatically force the system to display your notification as an alert rather than as a banner. Looking over the documentation for UILocalNotification and for UIUserNotificationSettings, I don't see anything that would allow you to specify that you want an alert instead of a banner.
It's up to the user to adjust their notification settings for your app - I would leave it to them to decide how they want to receive notifications.