Continous Integration and Deployment : Bots + Testflight Api on Itunes Connect

匿名 (未验证) 提交于 2019-12-03 08:39:56

问题:

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 intregation 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 + Testfligth API + Itunes Connect .

Thanks

回答1:

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 dont offer APIs for build-server integration.

So as of now... no



回答2:

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.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!