美文网首页
[iOS]Application Loader提交应用失败

[iOS]Application Loader提交应用失败

作者: 流火绯瞳 | 来源:发表于2016-10-21 15:42 被阅读132次

    记录使用Application Loader提交ipa文件时候的失败信息

    1. Please sign in with an app-specific password. You can create one at appleid.apple.com

    Please sign in with an app-specific password. You can create one at appleid.apple.com

    错误提示

    这是因为你的开发者账号开启了双重密码验证.

    解决办法:
    appleid.apple.com登陆你的Apple ID

    有可能,此时,你会来到这个熟悉又陌生的界面:

    谁的账号,问谁要这个密码吧,一般是发送到了绑定了这个ID的设备上;
    然后,在显示的界面上找到这个模块:

    点击Generate Password...
    弹出:

    这里可以随便写个;然后,Create,接下来就会弹出一个带有密码的提示框:

    随机密码

    然后回到你的Application Loader,注销当前登陆的账号,使用这个生成的密码重新登陆,就可以正常上传了...

    2. Invalid Bundle. iPad Multitasking support requires these orientations

    "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait' in bundle 'xxxx'."

    因为项目只支持横屏,所以没有勾选竖屏的方向,在提交IPA到App Store的时候,就出现这个错误;

    解决方法:

    在 TARGET -> General -> Deloyment Info 中勾选 Requires full screen 即可:

    相关文章

      网友评论

          本文标题:[iOS]Application Loader提交应用失败

          本文链接:https://www.haomeiwen.com/subject/dyccuttx.html