上架过程当中遇到的问题

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就能够了.如图

相关文章
相关标签/搜索