简体   繁体   English

提交具有相同名称的iPhone和iPad版本的应用程序

[英]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. 我想将我的应用程序提交到App Store,我在一个Xcode文件中拥有iPhone和iPod版本,在另一个Xcode文件中拥有iPad版本。 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). 如果您使用两个XCode文件开发了应用程序,则必须向商店提交两个不同的应用程序(可能是AppName和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. 如果您在一个XCode文件中开发它们,那么iPad / iPhone可能会有不同的行为,但仍然是一个App Store提交。 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). 更好的方法是制作一个项目,并使其处理您要支持的所有设备-使用多个情节提要或笔尖(旧方式)或尺寸类(新方式)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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