简体   繁体   中英

Submit iPhone and iPad version of app with same name

I want to submit my app to the App Store, and I have the iPhone and iPod version in one Xcode file, and the iPad version in another Xcode file. Can I submit both with the same name? Or how do I submit both apps/files?

If you developed your app in two XCode files, you'll have to submit two different apps to the store (maybe AppName and AppName HD).

If you developed them in one XCode file, then you could have different behavior for the iPad/iPhone, yet still one App Store submission. This is what I would recommend.

By "file", you mean "project", right?

You're not going to be able to submit two apps with the same name. Also, submitting two apps would mean going through the review process twice, and also fragmenting your reviews and ratings. The better approach is to make a single project, and make it handle all devices you want to support--either with multiple storyboards or nibs (old way) or size classes (new way).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM