testableapple
testableapple

Reputation: 325

Is it possible to download ipa-file from TestFlight?

If I am a beta tester of any app, how can I download ipa from TestFlight?

I made it in HockeyApp via API:

 curl -o app.ipa -H "X-HockeyAppToken: $TOKEN" -O -L "https://rink.hockeyapp.net/api/2/apps/$APP_ID/app_versions/$BUILD_NUMBER?format=ipa"

Maybe someone knows how do it in TestFlight?

Upvotes: 8

Views: 9750

Answers (1)

Arasuvel
Arasuvel

Reputation: 3012

No. Not possible. You can't download it.

Upvotes: 6

Related Questions