Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Notification Sounds #1

Open
CareControlTom opened this issue Jul 14, 2017 · 1 comment
Open

Android Notification Sounds #1

CareControlTom opened this issue Jul 14, 2017 · 1 comment

Comments

@CareControlTom
Copy link

The REST API parameter .android_sound does not seem to be loading the sound file from the corona directory.
I have not included the ".wav" extension as specified in the documentation etc.
Any ideas on a fix or any way to get the wav files into the correct directory using the standard edition of Corona (res/raw)?

@jkasten2
Copy link
Contributor

@CareControlTom Currently the plugin doesn't support custom sounds for Android due to how Corona bundles the sound files into the APK. Until support is added you must build your app as a Corona Enterprise app. Just adding the .wav file to the APK under res/raw isn't enough as their needs to also be a .class in the .dex file for it be indexed off of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants