Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

SDK allows you to set the sound of an individual push message .

If you don't change the notification sound, the application will play default sound for that.

 iOS

You can do it by adding sound which must have same name as it is named at process of channel creation at Engage system.

Supported audio formats for iOS: https://developer.apple.com/documentation/usernotifications/unnotificationsound

 Android

You can do it by specifying a local sound resource on the device (e.g. android.resource://com.companyname.appname/raw/sound.mp3).

Supported audio formats for Android: https://developer.android.com/guide/topics/media/media-formats

  • No labels