I have to set event alarms at a given date and time in a Xamarin Forms solution. Is there any good and simple way to accomplish it that works with VS 2019 v 16.10, Xamarin.Forms v 5.0, AndroidX and iOS v 14.5.
ThanQ...
I have to set event alarms at a given date and time in a Xamarin Forms solution. Is there any good and simple way to accomplish it that works with VS 2019 v 16.10, Xamarin.Forms v 5.0, AndroidX and iOS v 14.5.
ThanQ...
Hi, ShantimohanElchuri. Xamarin.Forms is an open-source UI framework. For this event function, we need achieve it on each platform using the native code. And you could call the function method in the shared project with DependencyService.
I have used Shiny 2.0 for Xamarin Forms. I also uploaded a XF solution ShinySamples to GitHub.
This is tested in Android & iOS and works with AndroidX. Also the notifications are not cleared on rebooting on android.
8 people are following this question.