/
Handle Foreground Notifications for Appoxee Standalone
Handle Foreground Notifications for Appoxee Standalone
Appoxee API now enable you to specify if notifications should be displayed on the foreground (relevant for devices with OS 10)
You can now specify whether notifications should be displayed on the foreground using Appoxee API by setting the below.
Foreground notifications - ObjC
[[Appoxee shared] setShowNotificationsOnForeground:YES];
Foreground notifications - Swift
Appoxee.shared()?.showNotificationsOnForeground = true;
Default behaviour will be that notifications are not displayed when app is in the foreground.
, multiple selections available,
Related content
Firebase Cloud Messaging Support for Mapp Cloud Mobile Integration (DEPRECATED)
Firebase Cloud Messaging Support for Mapp Cloud Mobile Integration (DEPRECATED)
More like this
Mapp Cloud Mobile Integration
Mapp Cloud Mobile Integration
More like this
Release Notes for Mapp Cloud iOS SDK
Release Notes for Mapp Cloud iOS SDK
More like this
Step A: Enable Firebase Cloud Messaging for Mapp Cloud
Step A: Enable Firebase Cloud Messaging for Mapp Cloud
More like this
Android Application Setup for Mapp Cloud
Android Application Setup for Mapp Cloud
More like this
Mapp Cloud iOS SDK Documentation
Mapp Cloud iOS SDK Documentation
More like this