0

I want to implement a scheduled reminder in a Food/Eating application created in Xamarin Forms (android & ios), that will be displayed at a precise hour on my phone.

Also I want, if it's possible (but I think somehow should be done...), the reminders to be displayed even if the application is not opened. I know that I have some applications installed on my phone, and even if they are closed, the reminders are still displayed.

Could you please help with this topic? I have done some research on the internet but I couldn't found anything that works...

Thank you in advance! Regards!

codirxd
  • 37
  • 1
  • 7
  • You can use [local-notifications-in-ios](https://learn.microsoft.com/en-us/xamarin/ios/platform/user-notifications/deprecated/local-notifications-in-ios) to send reminds. – nevermore Sep 23 '20 at 07:28

1 Answers1

0

you should use AlarmManager in android, please refer to alarm-manager-example.