Good day
First,
I would like to thank all of you for the great support and help you provide for all your users.
Second,
My issue is the following :
When sending push notification from javascript specially when specifying the custom sound path.. please see my code and I hope you give me direct answer :
sendpush.execute ({
payload : {
title : "hi",
message: "hi all",
"android":{
sound : "mysound.wav",
},
"ios":{
sound : "www/mysound.wav"
},
"status" : "sent"
}
})
please note my issue is only with custom sound for the android and ios.