Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Only iOS SDK has this functionality.

Objective-C

Expand
titleiOS [Objective-C]
Code Block
[[Appoxee shared] showNotificationAlertDialog];

...