thudugala / Plugin.LocalNotification

The local notification plugin provides a way to show local notifications from .Net MAUI and Xamarin Forms apps .
MIT License
401 stars 66 forks source link

Android Review Fails: Use of Exact Alarms causing App to crash for some user #506

Open archergod opened 1 week ago

archergod commented 1 week ago

We recently migrate our Xamarin app to Maui and when we submit it to Android for review they give following issue with app

image

Now, to be frank I am not sure if it is because of library itself or Visual studio trimming corrupt it. Thought to get some insight on issue here ?

PS: The Code is working absolutely fine on Simulator and alarms and stuff are going well.

archergod commented 1 week ago

I remove the "SCHEDULE_EXACT_ALARM" Permission and warning goes off. Now I am not sure how far off my alarm will ring. we are happy if it ring at say 30-50 seconds off, but we don't want it to be 3-4 minutes late ..