I have OneSignal implemented into our app and things are running smoothly. The only thing I can't get working is triggering the push notification with the sound I send with it.
In my res/raw folder I have a sound file called okayy.mp3 (OneSignal approved format).
In one signal I include the file name as "okayy" but it just plays the default sound. I have even tried setting the default OneSignal sound as their docs recommended "onesignal_default_sound.mp3) and even that is not used.
Any ideas?