Show Notification Permission Alert Dialog
During Option 1 - Automated Integration In iOS App of auto integration of Mapp SDK is chosen 2.2 option, then the developer can trigger alert dialog for notification permission whenever he wants.
Â
iOS
Objective-C
Â
The ability to postpone the prompt to the user to opt-in to notifications.
Â
To request notifications permissions, call setPostponeNotificationRequest:NO
Android
For Android 13 and newer it is required to request runtime permission POST_NOTIFICATION to be able to display notification UI.