Closed mmilkovski closed 1 year ago
For some reason the event doesn't trigger
quick fix on IOS is to add in AppDelegate
[Export("application:didReceiveRemoteNotification:fetchCompletionHandler:")] public void DidReceiveRemoteNotification(UIKit.UIApplication application, NSDictionary userInfo, Action<UIKit.UIBackgroundFetchResult> completionHandler) { // consume userInfo dictionary.. }
Imho, should be added into the implementation
For some reason the event doesn't trigger
quick fix on IOS is to add in AppDelegate