简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM