itunesconnect – iTunes Connect用户Testflight坏了吗?

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

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

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.@H_502_5@

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

Regards,The iTunes Store team@H_502_5@

难道我做错了什么?@H_502_5@

解决方法

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

1)在Chrome中打开激活网址@H_502_5@

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

3)转到“来源”选项卡@H_502_5@

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

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

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

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

8)按“Enter”键@H_502_5@

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

来自苹果论坛的apboyle信用@H_502_5@

猜你在找的iOS相关文章