Skip to content

Exception Unhandled System.TypeLoadException #57

@raul9410

Description

@raul9410

Plugin Version: 3.0.1
Platform : Android v25

When I display a local notification immediately I receive this error:

Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 01000015 from typeref (expected class 'Android.App.NotificationChannel' in assembly 'Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065')

Is just a method triggered by a button:

private void immediatelyNotification_Clicked(object sender, EventArgs e) { CrossLocalNotifications.Current.Show("title", "body"); }

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