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 use the Plugin with Xamarin form on iOS,
I use the override method "ReceivedRemoteNotification(UIApplication application, NSDictionary userInfo)" in AppDelegate to process the push Notifications.
I notice that the first notification trigger this method and call the correct code to show the toast, but after the first notification, the toast still showed but this method is not triggered. Maybe the plugging overwrite it after the first notification?
The text was updated successfully, but these errors were encountered:
I use the Plugin with Xamarin form on iOS,
I use the override method "ReceivedRemoteNotification(UIApplication application, NSDictionary userInfo)" in AppDelegate to process the push Notifications.
I notice that the first notification trigger this method and call the correct code to show the toast, but after the first notification, the toast still showed but this method is not triggered. Maybe the plugging overwrite it after the first notification?
The text was updated successfully, but these errors were encountered: