上架过程中遇到的问题
2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>
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.
答: 這是說(shuō)APP需要詳細(xì)的信息. How does your app use File Sharing? 需要文件共享,因?yàn)槲以谡{(diào)試BUG的時(shí)候需要查看本地的LOG日志.所以在info.plist中加了一個(gè)UIFileSharingEnabled鍵, 把這個(gè)鍵值改為NO就可以了
?
2.
答: 這是說(shuō)你的bundle ID 不對(duì),一般會(huì)在第一次上架項(xiàng)目的時(shí)候遇到, 因?yàn)橥颂崆霸趇tunes Connect里面創(chuàng)建這個(gè)標(biāo)識(shí)符的應(yīng)用.所以提示這個(gè)錯(cuò)誤
3. 項(xiàng)目里面不可以帶有測(cè)試,Demo,等字眼.我曾經(jīng)有一次是因?yàn)檫@個(gè)問(wèn)題被拒的,(不過(guò),我在想,教育項(xiàng)目里面帶有測(cè)試單元這四個(gè)字會(huì)怎么辦?)
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'." 項(xiàng)目提交構(gòu)建版本的時(shí)候遇到這個(gè)錯(cuò)誤
答: Apple強(qiáng)制開(kāi)發(fā)者APP使用storyboard啟動(dòng)圖,不能使用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."
答: 這個(gè)錯(cuò)誤是因?yàn)轫?xiàng)目選擇支持所有設(shè)備, 把項(xiàng)目改成支持iPhone就可以了.如圖
轉(zhuǎn)載于:https://my.oschina.net/u/3659224/blog/1531368
總結(jié)
以上是生活随笔為你收集整理的上架过程中遇到的问题的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: GO语言struct语法
- 下一篇: 并查集(Union-Find)算法介绍