Submit an universal app as iPad only app to Apple

后端 未结 2 1223
终归单人心
终归单人心 2020-12-18 01: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.

相关标签:
2条回答
  • 2020-12-18 01:46

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

    0 讨论(0)
  • 2020-12-18 01:53

    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.

    0 讨论(0)
提交回复
热议问题