Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Does this have push notifications working on Android with AOT and Trimming on? #2

Open
jkommeren opened this issue Jan 19, 2024 · 1 comment

Comments

@jkommeren
Copy link

jkommeren commented Jan 19, 2024

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?

@dartasen
Copy link

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

TobiasBuchholz/Plugin.Firebase#144 (comment)

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

No branches or pull requests

2 participants