Reputation: 65
flutter: Error initializing Firebase Messaging: [firebase_messaging/unknown] An unknown error has occurred. On IOS real device iphone 15, 18.x
firebase_messaging: ^15.2.1 firebase_core: ^3.10.1
I have the authkey, certifacates intact also the background fetch and push notification selected for the signings. I saw a huge git issue but I could find solution over there
Upvotes: 0
Views: 65
Reputation: 11
try to downgrade with this Firebase packages versions,
firebase_core: ^3.10.0 firebase_messaging: ^15.1.2 firebase_core_web: ^2.17.0
Upvotes: 1