Using Backendless for Push Notifications, and my devices successfully receive them. But when I try to set the "ios-sound" parameter of the message to an mp3 I added to my project, it does not play any sound:
Here in the Backendless docs it says that setting "ios-sound" does the following:
Sets either a URL for the sound notification to play on the device or an array of bytes for the sound to play.
I can't figure out what I'm doing wrong. Hmm...
ios-sound
, justsound
, andmp3
file is not Apple's sound file extension, they only supportcaf, aiff,...
convert your files to that with itunes then u can use it – Tj3nsound
param and incaf
oraiff
extension, maybe try to convert first to see? – Tj3n