1

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.

Ryan Heitner
  • 13,119
  • 6
  • 77
  • 119
pb4now
  • 1,305
  • 4
  • 18
  • 45

1 Answers1

0

This issue doesn't seem to be relevant anymore per checking the comments. I've also tried replicating the behavior, but everything went well on my end. Given that the issue isn't directly caused by Flutter SDK, if other folks has similar issues, I suggest reaching out to Firebase Support https://firebase.google.com/support

Omatt
  • 8,564
  • 2
  • 42
  • 144