I have an issue with the custom sound of PubNub notification android Os,the sound is always the default sound, I try like this:
if(Platform.OS=='android'){
let channel=`notif1`
pubnub.publish({message:{"pn_gcm" : {
"notification": {
"title":"hello",
"body":"body message",
"sound":"beep.wav"
},
"data" :objectToPost
}
},
channel:channel})
}
please help me to change the sound from the file in \android\app\src\main\res\raw