-
Notifications
You must be signed in to change notification settings - Fork 85
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
Notification ringtone sound not working #77
Comments
Could you review the log of your app and search the log with the tag |
This are the notification logs when notification appears: 2022-12-01 15:58:57.308 5624-5624/com.mobile.spiconn.dev D/NotificationsManager: customRingtone custom_ringtone |
do you have the resource with the name |
No, I dont have the mp3 file on specified path. I thought package is taking default ringtone of device. Also, I remember at first the ringtone was working fine and I haven't place any mp3 file in res. |
then delete the parameter |
Additionally, you can delete and install the app again to delete the Notification channel with the previous config. It is the Android feature when you can't modify the Notification channel (after creating a new channel with the old id the old channel will be restored with old configs, I have an idea how to fix it in this plugin but don't have enough time to realize it). |
Okay, It seems to be working. And thanks for the additional comment, It made it easy for me to test. Otherwise, I may have spent a lot of time trying without uninstalling the app. |
Close the ticket by yourself if the issue was resolved. |
I tested this on different devices, and it's working correctly. Will close the issue now. Thanks. |
Platform:
Android
Describe the bug:
The notifications sound is not working for p2p calls.
Additional info:
I am getting incoming call notifications, but the ringtone is not working on both call notifications and full-screen notifications (when the device is in sleep mode).
Tested on:
Emulator: From android 9 to 12
Physical devices: From android 9 to 12
The text was updated successfully, but these errors were encountered: