Continuous Integration and Deployment: Bots + Testflight Api on Itunes Connect
Asked Answered
B

2

9

Is there anyway I can send an ipa generated by bots to itunes connect, using testflight api? I know that testflight has an api to upload .ipas but I'm not sure if I can use it with the latest changes on itunes connect and with the integration of testflight on Apple systems.

This is something that I'm currently accomplishing with jenkins + custom distribution channel and a few shell scripts files. I wonder if it is possible to do with = Bots + Triggers + Testflight API + Itunes Connect .

Brigantine answered 7/11, 2014 at 1:22 Comment(0)
S
4

We were looking to do the same thing. I pulled this from Apple's documentation.

Does TestFlight Beta Testing offer APIs for build server integration?

    No. We don’t offer APIs for build-server integration.

So as of now... no

Supersensitive answered 17/11, 2014 at 17:24 Comment(0)
B
4

found out how . Fastlane this amazing library lets you automate all iOS development process , among its features is the ability to upload to test flight / App Store using scripts that can be plugged on a ci environment.

Brigantine answered 13/2, 2015 at 0:10 Comment(1)
Yes, you can use deliver, which supports TestFlight deployments using the deliver testflight command.Carmelinacarmelita

© 2022 - 2024 — McMap. All rights reserved.