PushNotificationPlugin icon indicating copy to clipboard operation
PushNotificationPlugin copied to clipboard

Initialization Exception in push notification plugin

Open ali-h2010 opened this issue 4 years ago • 0 comments

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

ali-h2010 avatar May 30 '21 07:05 ali-h2010