I'm having a trouble with iOS part of Firebase App Distribution (android works without any issues).
My steps:
- I added GoogleService-Info.plist to Runner folder
- added "firebase_analytics: ^5.0.6" to project
- created .ipa file through Xcode->Product->Archive->Distribute App->AD Hoc
- added .ipa in firebase console and added testers
- testers succesfully accepts and downloads app
The issue comes up here: when testers (tested on two different devices) click on application white background shows up and disappears instantly (app is not launching/or launching and crashes...?)
Extra information:
- under settings -> general-> profile only Firebase app distribution that is listed (no trace of installed app)
- first when adding testers and sending invatatioin , they have to login through google account when going trough the process - in both testers cases theirs apple-ID and google account are not the same
- iOS application works without any issues when running on device connected to computer
any suggestions would be very appreciated.