本文介绍了持续集成和部署:Itunes Connect上的Bots + Testflight Api的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无论如何,我是否可以使用testflight api将由漫游器生成的ipa发送到itunes connect?我知道testflight有一个可上传.ipas的api,但是我不确定是否可以将它与itunes connect的最新更改以及在Apple系统上集成testflight一起使用.

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.

这是我目前使用jenkins +自定义分发渠道和一些shell脚本文件完成的工作.我想知道是否可以使用= Bots +触发器+ Testflight API + Itunes Connect.

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 .

推荐答案

了解了方法. Fastlane 这个令人惊叹的库可让您自动化所有iOS开发过程,其功能之一就是可以使用可以在ci环境中插入的脚本.

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.

这篇关于持续集成和部署:Itunes Connect上的Bots + Testflight Api的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 06:27