上传提交AppStore遇到的问题

上传提交AppStore遇到的问题

上传

  • error itms-90086 missing 64-bit support

    检查不支持64位的包,替换

  • error itms-90096 320x568

    项目 - general - app icons and launch images - launch images source

设置 `launchimage` ,我的launch screen file 为空
  • ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'.

    project ---> general ---> deployment info ---> requires full screen

    或者

    找到 Info.plist

    加入:

1
2
<key>UIRequiresFullScreen</key>
<string>YES</string>
  • error itms-90475 invalid bundle.ipad multitasking support requires launch story board in bundle

提交审核

  1. 是否加密
  2. 内容版权
  3. 广告标识符

    + 检测哪里用到IDFA
    首先cd到你的工程目录下,然后执行命令:grep -r advertisingIdentifier
    + 如果你的应用里只是集成了广告,不追踪广告带来的激活行为,那么选择1和4;
    + 如果你的应用里没有集成广告,但是需要追踪广告带来的激活行为,那么选择2,3和4;
    + 如果你的应用里集成了广告,而且使用了umtrack来追踪广告带来的激活行为,需要选择1,2,3和4 。

本文标题:上传提交AppStore遇到的问题

文章作者:史彦超

发布时间:2016年10月11日 - 22:10

最后更新:2021年07月20日 - 16:07

原始链接:https://doingself.github.io/2016/10/11/2016-10-11-%E4%B8%8A%E4%BC%A0%E6%8F%90%E4%BA%A4AppStore%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。

Donate comment here