How to submit Two binary(iPhone and iPad) files for same project in App Store?

后端 未结 6 1991
耶瑟儿~
耶瑟儿~ 2021-01-06 22:56

I have created Map application for iPhone and I developed same Map application on iPad too by my client requirement. Now I have same Map app project but two .ipa files one f

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-06 23:43

    You can submit multiple apps from the same Xcode Project by using multiple Targets, and editing the Bundle ID suffix of each Target so that each Target has a unique Bundle ID. You might also want to change the Product name for each Target in the Build settings so that your apps will have different bundle file names.

    Note that, unless the iPad version is different enough (uses iPad only APIs for instance) from the iPhone version, it has been reported that Apple might reject a nearly identical iPhone/iPad pair of apps and request that you submit a single Universal build instead.

提交回复
热议问题