上架過程當中遇到的問題

1. Guideline 2.1 - Information Needed
    We have started the review of your app, but we are not able to continue because we need additional information about your app.
    Next Steps
    To help us proceed with the review of your app, please provide detailed information to the following questions. The more information you can provide upfront, the sooner we can complete your review.
    - How does your app use File Sharing?
    Once you reply to this message in Resolution Center with the requested information, we can proceed with your review.app

答: 這是說APP須要詳細的信息. How does your app use File Sharing? 須要文件共享,由於我在調試BUG的時候須要查看本地的LOG日誌.因此在info.plist中加了一個UIFileSharingEnabled鍵, 把這個鍵值改成NO就能夠了ide

 

2.測試

答: 這是說你的bundle ID 不對,通常會在第一次上架項目的時候遇到, 由於忘了提早在itunes Connect裏面建立這個標識符的應用.因此提示這個錯誤ui

3. 項目裏面不能夠帶有測試,Demo,等字眼.我曾經有一次是由於這個問題被拒的,(不過,我在想,教育項目裏面帶有測試單元這四個字會怎麼辦?)this

4.調試

ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait' in bundle 'xxxx'."日誌

ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'xxxx'." 項目提交構建版本的時候遇到這個錯誤orm

答: Apple強制開發者APP使用storyboard啓動圖,不能使用images.asset了。開發

須要把這裏勾選上it

5. ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPod Touch of exactly '57x57' pixels, in .png format for iOS versions < 7.0."

答: 這個錯誤是由於項目選擇支持全部設備, 把項目改爲支持iPhone就能夠了.如圖

相關文章
相關標籤/搜索