On March 9 or so, I was receiving both push and silent notifications, but on March 22 or so, I stopped receiving tokens and silent notifications. When I created a new project and implemented FCM, I am still not receiving either push or silent notifications, although I can get the tokens.
Has anyone else experienced the same symptoms and solved the problem?
version iPad 15.4.1 Xamarin.Firebase.iOS.CloudMessaging 8.10.0
The library in 4.7.1 was receiving push notifications but not silent notifications; after updating to 8.10.0, both push and silent notifications are no longer being received.
public override void ReceivedRemoteNotification(UIApplication application, NSDictionary userInfo)Any advice is welcome. Best regards.