You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Thanks for putting the work into finding a workable solution.
My current issue with Android Push Notifications in Firebase is that they do not work with AOT and Trimming on (which are on by default in Release mode)
They simply do not arrive. There are multiple reports of people having the issue.
I've tried several things to get it up and running.
Repro: Deploy in Release mode on Android phone. Launch app. Close app. Send push notification to device. (nothing happens in my case)
The million dollar question: Do they work for you?
The text was updated successfully, but these errors were encountered:
You should consider disable AOT & trimming for now, It's just a headache to check if every piece are together while publishing an ap app. I would wait at least .NET 9 to try enable those options in MAUI
Thanks for putting the work into finding a workable solution.
My current issue with Android Push Notifications in Firebase is that they do not work with AOT and Trimming on (which are on by default in Release mode)
They simply do not arrive. There are multiple reports of people having the issue.
I've tried several things to get it up and running.
Repro: Deploy in Release mode on Android phone. Launch app. Close app. Send push notification to device. (nothing happens in my case)
The million dollar question: Do they work for you?
The text was updated successfully, but these errors were encountered: