我试图导出我的应用程序作为一个Ad发行版,这是失败的“通讯失败”,系统日志列在下面,不确定它是否相关,但,我最近重新更新了我的开发订阅。
DeveloperPortal: Service 7BF39CD1-3EA0-4D9C-98C2-BBEF4F2F0C93 returned data, but it could not be parsed as a plist: Update - Apple Developer </script> <section id="content" class="content">
<header class="header">
<h1><a href="https://developer.apple.com/"><span class="text-replace">Apple Developer</span></a></h1>
</header>
<h1>We'll be back soon.</h1>
</section>
<aside class="push"></aside>
</section>
<footer class="footer">
<nav class="sosumi">
<p>Copyright © 2015 Apple Inc. All rights reserved.</p>
<ul class="links">
<li><a href="http://www.apple.com/legal/terms/site.html" class="first">Terms of Use</a></li>
<li><a href="http://www.apple.com/privacy/">Privacy Policy</a></li>
<li><a href="http://developer.apple.com/support/system-status/">System Status</a></li>
</ul>
</nav>
</footer>
<script>
window.onload = function() {
var container = document.getElementById('content');
var width = container.offsetWidth / 2;
var height = container.offsetHeight;
container.style.width = (width*2) + 'px';
container.style.position = 'absolute';
container.style.left = '50%';
container.style.top = '50%';
container.style.marginLeft = -width + 'px';
container.style.marginTop = -height + 'px';
}
window.onresize = function() {
width = container.offsetWidth / 2;
height = container.offsetHeight;
container.style.marginLeft = -width + 'px';
container.style.marginTop = -height + 'px';
}
</script>发布于 2015-06-08 18:39:23
这是暂时的(可能是因为目前有WWDC,并且可能会发生一些变化。如果您试图连接到成员中心,就会显示一条消息“我们很快就回来”)。
等待WWDC的结束,然后再试一次。
https://stackoverflow.com/questions/30716263
复制相似问题