iTunes Connect 是否提供用于通过工具管理外部测试人员的 API? [英] Does iTunes Connect offer API for managing external testers from tools?

查看:23
本文介绍了iTunes Connect 是否提供用于通过工具管理外部测试人员的 API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

iTunes Connect 提供了一个基于浏览器的用户界面,用于为处于 Beta 测试阶段的应用添加和删除外部测试人员,使用 Apple 的新版 Test Flight.

iTunes Connect provides a browser-based UI for adding and removing external testers for apps that are in beta test, using Apple's new version of Test Flight.

有没有办法在不使用 Web UI 的情况下访问此功能——例如,使用命令行工具?

Is there a way to access this functionality without using the web UI -- for instance, with a command line tool?

Apple 似乎没有提供用于以编程方式访问 iTunes Connect 的官方 API.但是谷歌搜索表明 iTunes Connect 是一个与 JSON API 对话的 AngularJS 应用程序.是否有任何开源项目或工作代码片段展示了如何使用 API?

It seems like Apple doesn't provide an official API for accessing iTunes Connect programmatically. But a little googling suggests that iTunes Connect is an AngularJS app that talks to a JSON API. Are there any open source projects or working code snippets that show how to use the API?

我对管理外部测试人员特别感兴趣,而不是自动将构建上传到 iTunes Connect.

I am specifically interested in managing external testers, not automating the upload of builds to iTunes Connect.

推荐答案

对于所有与销售无关的内容,您可能需要查看 iTunes Connect JSON API 的非官方文档:https://github.com/fastlane/itc-api-docs

For everything non-sales related, you might want to check out the unoffical documentation of the iTunes Connect JSON API: https://github.com/fastlane/itc-api-docs

另请阅读:没有用于 iTunes 连接的 API,您访问信息的唯一方法是通过网络或使用抓取网页的程序.如果你想在 Objective-C 中创建一些东西,从 github 下载 AppSales,它是一个 iPhone 应用程序,可以从 ITC(或者可能是 itts)下载财务报告.如果您有 Apple 开发者帐户,则可以下载它并将其安装在您的 iPhone 上.您可以查看他们的代码,了解他们如何抓取每日和每周报告(提示:这很丑陋).

please read also : There's no API for iTunes connect, the only way you can access the information is through the web or with a program that scrapes the web pages. If you want to create something in Objective-C, download AppSales from github, it's an iPhone app which downloads financial reports from ITC (or maybe itts). You can download it and install it on your iPhone if you have an Apple developer account. You can look through their code and see how they scrape the daily and weekly reports (hint: it's ugly).

http://github.com/omz/AppSales-Mobile

请注意,如果您尝试创建 iPhone 应用程序来执行此操作,Apple 将拒绝它.它打破了无公共 API"的规则.其他人已经尝试过,但被拒绝了.

Note that if you try to create an iPhone app to do this, Apple will reject it. It breaks the rule about "No public API". Other people have tried this and been rejected.

如果您只是在寻找可以在计算机上执行此操作的软件,我强烈推荐 AppViz

If you're just looking for software to do this on your computer, I'd highly recommend AppViz

http://www.ideaswarm.com/products/appviz/

这是一篇比较这些和更多应用的好文章:

Here's a nice post which compares these and more apps:

http://www.markj.net/sales-stats-tools-for-iphone-apps/

这篇关于iTunes Connect 是否提供用于通过工具管理外部测试人员的 API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆