error itms-90086 missing 64-bit supportapp
检查不支持64位的包,替换ide
error itms-90096 320x568ui
设置 LaunchImage加密
项目 - general - app icons and launch images - launch images source (设置launchimage,个人launch screen file 为空)spa
ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'.ip
project ---> general ---> deployment info ---> requires full screenstring
或者it
找到Info.plist,io
加入:require
<key>UIRequiresFullScreen</key>
<string>YES</string>
error itms-90475 invalid bundle.ipad multitasking support requires launch story board in bundle
一、是否加密
二、内容版权
三、广告标识符
检测哪里用到IDFA
首先cd到你的工程目录下,而后执行命令:
grep -r advertisingIdentifier .
(1)若是你的应用里只是集成了广告,不追踪广告带来的激活行为,那么选择1和4;
(2)若是你的应用里没有集成广告,可是须要追踪广告带来的激活行为,那么选择2,3和4;
(3)若是你的应用里集成了广告,并且使用了umtrack来追踪广告带来的激活行为,须要选择1,2,3和4 。