We pushed iOS app to Firebase distribution and sent invitations to every tester. Our testers followed all steps and get ready to test the app. Unfortunately, the testers get
I finally got to resolve the problem.
The whole problem has to do with Provisioning Profiles. When you have to export for Firebase App Distribution is clearly stated in their docs that an ad-hoc export should be used, but the whole procedure and options are sparsely explained..
So here are the necessary steps:
Target/Building Settings/Signing
and Project/Building Settings/Signing
shows you iOS Developer
profile under both Debug
and Release
not the Keychain
one, but the Automatic
one, else select it yourself.Product/Archive
.Windows/Organizer
Distribute App
button.Next
button. Keep in mind that Each method require its own Certificate and Provisioning Profile..Next
button.Automatic
( here is where Xcode connects to your Developer account and sign the app with the Distribution
certificate and profile.Export
button.Export
.Hope this step-by-step guide will be helpful to others..as the whole process is described very unclearly explained by the docs and puzzling all the info is quite frustrating..
Cheers.