[iOS] OnNotificationReceived and OnNotificationOpened never fired
🐛 Bug Report
In iOS I do receive the notification popup, but when I click on it the app is opened correctly (if received in the background), but the OnNotificationReceived and OnNotificationOpened events are never fired. In AppDelegate, after clicking on the notification, DidReceiveRemoteNotification is not fired either. However, the OnTokenRefresh even is exectued correctly.
Am I missing something? I followed all the steps and indeed I do get the notification, but I can't read the details. Note: on Android everything works great.
Expected behavior
OnNotificationReceived and OnNotificationOpened are executed when I tap on the notification popup or while the app is in foreground mode.
Reproduction steps
-
Send a push notification to iOS
-
App in foreground
-
Nothing happens
-
Send a push notification to iOS
-
App in background
-
You get the notification popup/widget
-
Click on it
-
The app opens, but the events are not fired, so you can't get the notification details

Configuration
Version: 3.3.10
Platform:
- [x] :iphone: iOS 12.4.9
- [ ] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
Same problem here
is there a solution of this issue ?