-
Notifications
You must be signed in to change notification settings - Fork 80
Exception Unhandled System.TypeLoadException #57
Copy link
Copy link
Open
Description
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"); }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels