首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >xcode Ad导出失败与“通信失败”

xcode Ad导出失败与“通信失败”
EN

Stack Overflow用户
提问于 2015-06-08 18:16:17
回答 1查看 148关注 0票数 0

我试图导出我的应用程序作为一个Ad发行版,这是失败的“通讯失败”,系统日志列在下面,不确定它是否相关,但,我最近重新更新了我的开发订阅。

代码语言:javascript
复制
 DeveloperPortal: Service 7BF39CD1-3EA0-4D9C-98C2-BBEF4F2F0C93 returned data, but it could not be parsed as a plist:
代码语言:javascript
复制
        Update - Apple Developer                                            </script>            
代码语言:javascript
复制
    <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>
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-06-08 18:39:23

这是暂时的(可能是因为目前有WWDC,并且可能会发生一些变化。如果您试图连接到成员中心,就会显示一条消息“我们很快就回来”)。

等待WWDC的结束,然后再试一次。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/30716263

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档