itunesconnect – iTunes Connect用户Testflight坏了吗?

前端之家收集整理的这篇文章主要介绍了itunesconnect – iTunes Connect用户Testflight坏了吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我试图通过iTunes Connect邀请测试人员到我的iOS应用程序,但当他们收到邀请时,没有任何工作..
看到下面的截图:

这是从iTunes Connect新用户电子邮件中单击链接时发生的情况:

Welcome to iTunes Connect. You have successfully created an iTunes
Connect account for 123@123.com. To complete the process,
activate your account using the password already associated with this
Apple ID.

If you have any questions about this email,please use Contact Us.

Regards,The iTunes Store team

难道我做错了什么?

解决方法

问题似乎是页面中的脚本引用了非公共主机名idmsauth-stable.corp.apple.com.我能够通过手动修改Chrome Developer Tools中的脚本并在Developer Console中重新执行代码解决此问题.

1)在Chrome中打开激活网址

2)打开Chrome开发者工具(OS X上的Cmd-Alt-I,Windows上的Ctrl-Shift-I)

3)转到“来源”选项卡

4)找到main.js(itunesconnect.apple.com/itc/static-resources/main.js)

5)修改第20行,将“idmsauth-stable.corp.apple.com”替换为“idmsa.apple.com”

6)选择main.js文件内容并复制到剪贴板

7)粘贴到控制台(您可能需要点击“> _”按钮使其可见)

8)按“Enter”键

您现在应该看到预期的iTunes Connect微调器出现,最终您将看到条款和条件窗口.

来自苹果论坛的apboyle信用

原文链接:https://www.f2er.com/iOS/327778.html

猜你在找的iOS相关文章