I’ve an issue with fcm token receiving on TestFlight.
All appears to work good whereas testing on each android and ios simulators. However operating app on TestFlight fails with such error message
[firebase_messaging/unknown] An unknown error has occurred
Error inflicting line :
await FirebaseMessaging.occasion.getToken()
I exploit these packages model:
firebase_core: ^2.8.0
firebase_messaging: ^14.3.0
Flutter & Dart variations :
Flutter 3.7.8 • channel steady • https://github.com/flutter/flutter.git
Framework • revision 90c64ed42b (5 days in the past) • 2023-03-21 11:27:08 -0500
Engine • revision 9aa7816315
Instruments • Dart 2.19.5 • DevTools 2.20.1
Positive, I exploit the APNs auth key and all wanted capabilities are enabled.
Any concepts ?
I’ve already tried to create new app and did all of the initialization steps once more with new api keys and many others, however end result is similar.