So I have an application and followed the documentation to upload a build for TestFlight to iTunes Connect. I did an AdHoc build, got the IPA file, uploaded it using Application Loader, no issues with that, no issues with iTunes Connect. Yet when I go to TestFlight > Builds there are none under "Version 1.0" and I am not sure why. Yet I can see it under the activity tab. Can anyone help?
Posts
I called iTunes Connect support and they said that I was missing the Beta Entitlement,
I added:
<key>beta-reports-active</key> <true/>
Now I am getting an error:
Has anyone had this/fixed it? Testflight is a pain...
I had the same issue, my fix was to build as AppStore and this gave me the correct Beta Entitlement.
Ad-Hoc doesn't sign the app correctly for beta testing, even though the documentation states to build that way.