PushNotificationPlugin
PushNotificationPlugin copied to clipboard
Initialization Exception in push notification plugin
I am facing an issue in initializing the plugin after following the documentation. I already added the initialization code in AppDelegate.cs
PushNotificationManager.Initialize(options, true);
But the exception is saying that i need to initialize it as the example below which is not available.
PushNotification.Plugin.Abstractions.PushNotificationNotInitializedException:
CrossPushNotification Plugin is not initialized. Should initialize before use with CrossPushNotification Initialize method. Example: CrossPushNotification.Initialize<CrossPushNotificationListener>()