Bug
When using the plugin without a DateTime object the notification work as expected, but with the DateTime object in UWP app I do not receive a notification
Plugin Version: 2.1.0
Platform: UWP
Device/Hardware: Local machine and windows phone emulator
Expected behavior
Recive a notification
Actual behavior
Do not receive a notification
Steps to reproduce the behavior
- Create a Xamarin.forms PCL solution
- On a button click, I have added the following code
CrossLocalNotifications.Current.Show("Test Title", "Test Body", 111, DateTime.Now.AddSeconds(5));
Bug
When using the plugin without a DateTime object the notification work as expected, but with the DateTime object in UWP app I do not receive a notification
Plugin Version: 2.1.0
Platform: UWP
Device/Hardware: Local machine and windows phone emulator
Expected behavior
Recive a notification
Actual behavior
Do not receive a notification
Steps to reproduce the behavior
CrossLocalNotifications.Current.Show("Test Title", "Test Body", 111, DateTime.Now.AddSeconds(5));