上傳、提交 app store 遇到的問題

上傳

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 。

相關文章
相關標籤/搜索