Reputation: 5200
In iOS5, the default setting for an app notification is Banners. Is there a way to force it to force it to be an Alert/Prompt within the app or settings. For my app, alert-prompts are more ideal. I'm trying to avoid having the user change it to alerts on their side, and take care of it ahead of time.
Thanks!
Upvotes: 1
Views: 247
Reputation: 40502
No, it's not possible. These are user settings that can't be overridden by apps. Can you imagine if each app could display alerts any way they wished regardless of the user preference? It would be a mess.
Upvotes: 2