itunesconnect - iOS build not showing up for testflight beta testing -


i building ipa (via fastlane distribution profile). entitlements show beta-reports-active=1:

entitlements

upload apploader successful - it's not showing testing:

no test build

the build shows under "activity" though - showing "missing beta entitlements"

build list

looking build details on itunes connect entitlements seem missing beta entitlements:

itunes connect entitlements

anyone clue missing?

the problem fastlane gym (in case) creating ipa invalid. ditched , building through xcodebuild without problems.

both payload/*.app/embedded.mobileprovision , codesign -d --entitlements :- payload/*.app need have beta-reports-active = 1 set. wasn't case gym. see github issue explaining details

without use_legacy_build_api: true gym has trouble picking right provisioning profile.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -