Submit an universal app as iPad only app to Apple

五迷三道 提交于 2019-11-30 08:37:07

问题


I created an universal app with the window template in xcode. Now I want submit just the iPad version of my app, because the iPhone version is not yet fully programmed.

How is this possible? What do I have to change? (target settings, info.plist, etc.?)


回答1:


Two things. First is remember you have settings for active target, and project. I'm not sure which place things should be, but I made these on the target.

Set 'Build Active Target Only' to true.
Set 'Target Family Device' to iPad.

You'll know this worked because the number of compilations will be cut in half, and when you upload to iTunes Connect it won't require an iPhone screen shot.




回答2:


When you submit to Apple, you can choose to limit it to certain platforms during the upload process.



来源:https://stackoverflow.com/questions/2706215/submit-an-universal-app-as-ipad-only-app-to-apple

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!