I want to implement Alarm based Notification in Xamarin.UWP . I have implemented the same alarm notification feature for Xamarin Android and iOS using ILocalNotificationService . But , I am finding it difficult to implement it in UWP platform. My aim is to run the same code on all 3 platforms. So, that I can receive reminders for the meetings.
Is there any method through which it can be implemented ??? Please let me know.
Thanks.