Skip to content

UWP Not working with DateTime object #23

@IeuanWalker

Description

@IeuanWalker

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));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions