andrehtissot / cordova-plugin-fcm-with-dependecy-updated

Google FCM Push Notifications Cordova Plugin
MIT License
208 stars 277 forks source link

In Android 13 the notification does not arrive #295

Open TinerfeV opened 1 year ago

TinerfeV commented 1 year ago

Description the bug In Android 13 the notification does not arrive (In Android 12 yes).

Does it work for anyone on Android 13 or do we have to wait for a new version of the plugin to support it?.

Thank you so much.

jcourelscj commented 1 year ago

I think this is related to the new notification permission management introduced in Android 13. As stated here, notifications are off by default on Android 13+

flyingcat42 commented 1 year ago

@jcourelscj @TinerfeV I did this to fix it for me https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues/293#issuecomment-1377487961

dimitriscsd commented 1 year ago

@jcourelscj @TinerfeV I did this to fix it for me #293 (comment)

Thanks for letting me know. I will give this a shot first chance I get.

EDIT: Getting back just to confirm that this has worked and fixed the issue for me. Many thanks.

alitalaee commented 1 year ago

Hi

@jcourelscj @TinerfeV I did this to fix it for me #293 (comment)

I tried this for ionic 7 and angular 16 but it does not work

would you help me please?

EDITED: @ionic-native/core have conflict with angular 16!!!

YaroslavG commented 10 months ago

@alitalaee I have the same problem, did you find a solution?