Hello!
I’ve used Kodular’s OneSignal built-in component. I’ve added small icons, large icons and sounds according to the OneSignal docs. The issue is, even when setting the channels correctly on the OS Dashboard, the notifications get delivered, the icons show up, but there’s no sound. My sound files are in mp3, 44.1 khz, 128kbps, are all lowercase and inside /res/raw. I’ve also added them to keep.xml with @ res/mysoundfile.
I’ve tried everything; making them WAVs, ogg, but none work. I was wondering if anyone else had the same issue or knows how to solve it. I used APK Editor Studio to unpack my apk and add the files inside it. I’m using my keystore.
Hello! Thanks a whole lot for your answer and your kind words!
After lots of time (more than I would like to admit) it turns out APK Editor Studio was not recompiling resources correctly; I switched to ApkTool, it’s a CLI application that runs on java and it worked perfectly! For re-signing, I used Uber-APK-Signer, another CLI java program.
I can’t thank you enough for answering and being willing to help. Sending hugs!