当我们发布应用程序时,XCode 会访问哪些站点
在我的公司,我们有一个愚蠢的防火墙。它会阻止所有 itunes.apple.com 网站,并且要发布应用程序,我们必须使用互联网。要发布应用程序,我们必须进入管理器中的此屏幕并按“共享”
有人问我:发布应用程序需要解锁哪些内容?以我有限的知识,我使用Wireshark并发现该程序首先访问该站点:
http://contentdelivery.itunes.apple.com:443
但是之后,有一个特殊的端口,或者防火墙可以阻止的神奇东西?或者它必须只解锁带有 itunes.apple.com
的 http 和 https 网站?我真的不知道找到它:(
In my company, we have a stupid firewall. It block all itunes.apple.com sites and to publish an app, we have to use our internet. To publish a app, we have to go in this screen in Organizer and press "Share"
Was asked me: what things you have to unblock to publish an app? With my limited knowledge I use the Wireshark and discovery that the program first access the site:
http://contentdelivery.itunes.apple.com:443
But and after, there are a special port, or a magic thing that the firewall can block? Or it have to unblock only site with itunes.apple.com
for http and https? I really don't know find it :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会尝试类似 Little Snitch 来找出答案,它会弹出一个每次程序尝试访问互联网上的某些内容时都会出现框 - 为您提供地址和端口号。
我发现它对于调试过程中的连接问题和测试连接问题非常有用。
I'd try something like Little Snitch to find out, it will pop up a box every time a program tries to access something on the internet - giving you the address and port number.
I find it pretty useful for this and testing connectivity issues in debugging.