-
Notifications
You must be signed in to change notification settings - Fork 178
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
Sendo push to device android 13 #468
Comments
I got the same problem. Notifications arrive when the app is open but not when it is closed. Happens at least on Android 13. On an older Device it works. |
If your targetsdk is >=33 then you need POST_NOTIFICATIONS permission (google about implementation). Sometimes Firebase take some time to register your Token. Call |
@AlleSchonWeg Give me your address and I will send you some chocolate. POST_NOTIFICATIONS permission was the problem. |
@AlleSchonWeg sorry to bother you, if i set the target framework to Android 33 the namespace Edit: never mind setting it from the project properties interface messed up the csproj file, i manually added
and it works. |
I followed the implementation guide.
However, in android 13 it does not request permission to send a push and even manually informing that I can receive notification, the notification does not arrive in versions 13.
In other versions it is working fine.
Any tips on how to resolve?
The text was updated successfully, but these errors were encountered: