You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>()
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: