Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the default notification Alert Style upon application install?

Tags:

ios

When I install my app then go to the notification section of settings, the Alert Style is set to Banner. Is this an iOS wide setting and the same for all apps, or is there some setting in info.plist for example that can enable the alerts style to be of type Alert rather than of type Banner upon installation?

like image 680
Gruntcakes Avatar asked Mar 06 '12 20:03

Gruntcakes


1 Answers

Sorry but the answer is no. You have just a little influence on the presentation of the notification. Setting the presentation style is then up to the user and you can't modify it at any point.

see: related stack overflow question

like image 66
Alexander Ney Avatar answered Oct 29 '22 18:10

Alexander Ney