上架过程中遇到的问题
2019獨角獸企業重金招聘Python工程師標準>>>
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需要詳細的信息. How does your app use File Sharing? 需要文件共享,因為我在調試BUG的時候需要查看本地的LOG日志.所以在info.plist中加了一個UIFileSharingEnabled鍵, 把這個鍵值改為NO就可以了
?
2.
答: 這是說你的bundle ID 不對,一般會在第一次上架項目的時候遇到, 因為忘了提前在itunes Connect里面創建這個標識符的應用.所以提示這個錯誤
3. 項目里面不可以帶有測試,Demo,等字眼.我曾經有一次是因為這個問題被拒的,(不過,我在想,教育項目里面帶有測試單元這四個字會怎么辦?)
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'." 項目提交構建版本的時候遇到這個錯誤
答: Apple強制開發者APP使用storyboard啟動圖,不能使用images.asset了。
需要把這里勾選上
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就可以了.如圖
轉載于:https://my.oschina.net/u/3659224/blog/1531368
總結
以上是生活随笔為你收集整理的上架过程中遇到的问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: GO语言struct语法
- 下一篇: 并查集(Union-Find)算法介绍