I have implemented and configured an application with Apple Push Notification. The default alert Style of APN is “Banners”, but I need to change it to “Alerts” programmatically.
I checked the UIKit.framework and did not find any options, Is it any solution to set notification style?
I have implemented and configured an application with Apple Push Notification. The default alert
Share
You can’t. That’s up to the user. Your app must obey the user’s decisions for Notifications – THEY own the device, not you!