I make a Xamarin.forms app and try to make a reminder. I follow this documentation.
I've created everything and tested and work perfectly fine. Now my scenario is every user can add one or more reminders. Reminder can be called from every hour to every day depending on how the user configure the reminder.
How to organize this? My main question is how to save that list of reminders in the device and depending on time the OS should call it?