ios - 有没有办法导出 Testflight 外部测试人员的电子邮件

标签 ios app-store-connect testflight

iTunes connect 似乎没有从 Prerelease > External testers 基本导出用户电子邮件

需要将电子邮件导出为 CSV

有人有脚本或解决方案吗?

谢谢!

最佳答案

您可以使用 pilot (来自 FaSTLane)这样做:

导出为 CSV 文件:faSTLane pilot export

$ fastlane pilot list

+--------+--------+--------------------------+-----------+
|                    Internal Testers                    |
+--------+--------+--------------------------+-----------+
| First  | Last   | Email                    | # Devices |
+--------+--------+--------------------------+-----------+
| Felix  | Krause | felix@krausefx.com       | 2         |
+--------+--------+--------------------------+-----------+

+-----------+---------+----------------------------+-----------+
|                       External Testers                       |
+-----------+---------+----------------------------+-----------+
| First     | Last    | Email                      | # Devices |
+-----------+---------+----------------------------+-----------+
| Max       | Manfred | email@email.com            | 0         |
| Detlef    | Müller  | detlef@krausefx.com        | 1         |
+-----------+---------+----------------------------+-----------+

关于ios - 有没有办法导出 Testflight 外部测试人员的电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31905448/

相关文章:

ios - uiwebview 换行长字

ios - 进行inApp购买的用户的UDID

ios - 如何向 uuid 不可用的测试人员提供 iOS 应用程序

归档时忽略 ios 临时配置文件

ios - 错误 ITMS-4241 : "App is Removed or Deleted. Apps can' t be validated or submitted while they're removed or deleted.“在 SoftwareAssets

iphone - SIGSEGV 在 iOS TestFlight 设备上崩溃

ios - 上传期间发生错误。 Xcode

iphone - 如何在 iOS 5 的 segue 之间设置 Storyboard UIViewController 的属性?

iphone - 当输入文本时,UITextView 在 UIScrollView 内部滚动父级

ios - 如何删除正在准备提交的应用程序 - iOS 8