Closed
Description
After updating my device to iOS 14, it stopped showing incoming notifications. However, if the app is in foreground, all notifications trigger the onMessage callback. Android is working fine.
Tried with Swizzling enabled and disabled, no difference.
<key>FirebaseAppDelegateProxyEnabled</key>
<false/>
I am using
firebase_messaging: ^7.0.2
Tested on both dev, AdHoc and production environment.
Any suggestions would be highly appreciated.
Best regards.