Enable Push Notifications
Deck of Cards |
---|
id | Enable Push notifications |
---|
|
Card |
---|
| To enable push notifications for iOS, edit |
|
...
your config/BMA4SCordovaConfig.json file with the following line: Code Block |
---|
"ios_allowPushNotification":true, // Use iOS push notifications feature |
Info |
---|
To enable multiple language support for interactive notifications, add the language localization to your project: Image Modified
|
iOS 10 Rich Notifications Info |
---|
The latest version of the plugin supports iOS 10 Rich Notifications. However, to be able to receive these notifications you'll need to add the corresponding extension and the AccengageExtension framework manually to your project. Please see our iOS Media attachments Documentation for the required steps and more information on this topic. |
|
Card |
---|
| Add your own sender Id to the config/BMA4SCordovaConfig.json |
|
...
file: Code Block |
---|
"android_senderId":"gcm:your-sender-id", // GCM sender id. Example : 123456 |
Please |
|
...
...
Prevent RichPush notifications display
You can prevent the display of any RichPush notification, by calling:
...