ios - 持续集成与部署 : Bots + Testflight Api on Itunes Connect

标签 ios continuous-integration app-store-connect testflight xcode-bots

我是否可以使用 testflight api 将机器人生成的 ipa 发送到 itunes connect?我知道 testflight 有一个用于上传 .ipas 的 api,但我不确定我是否可以将它与 itunes 连接上的最新更改以及 testflight 在 Apple 系统上的集成一起使用。

这是我目前正在使用 jenkins + 自定义分发 channel 和一些 shell 脚本文件完成的事情。我想知道是否可以使用 = Bots + Triggers + Testflight API + Itunes Connect 。

最佳答案

我们也想做同样的事情。我从 Apple 的文档中提取了这个。

Does TestFlight Beta Testing offer APIs for build server integration?

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

所以到目前为止......没有

关于ios - 持续集成与部署 : Bots + Testflight Api on Itunes Connect,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26792493/

相关文章:

ios - 在Swift iOS中计算整数数组中每5个元素的总和

reactjs - 部署成功仍会进入默认页面

iOS 应用程序与 iPhone 4/4s/5 不兼容

git - 推荐的 Git 持续集成系统?

ios - iTMS 转运器 : How to submit an uploaded in-App purchase for Apple review without iTunes Connect

ios - 使用 Apple TestFlight 并排安装 Live 和 Beta 版?

ios - 在UITouchView中更改位置

ios - 父 View 中的状态更改创建子 ViewModel 的新实例

android - AppRTC:iOS到Android的通话无法正常工作

version-control - 如何设置 Jenkins 来构建我的项目的所有版本?