-
Notifications
You must be signed in to change notification settings - Fork 80
UWP Not working with DateTime object #23
Copy link
Copy link
Closed
Description
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));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels