使用相同名称向商店提交 iPhone 和 iPad 应用程序
我可以以相同的名称向 App Store 提交两个版本(一个用于 iPhone,另一个用于 iPad)吗?我的 iPhone 应用程序已经在 App Store 中,名为“xxx”,我还开发了另一个专为 iPad 构建的应用程序。我可以使用相同的“xxx”名称将此版本提交到 App Store 吗?
Can I submit two builds, one for iPhone and the other for iPad, to the App Store under the same name? My iPhone app is already in the App Store, named "xxx", and I developed another, built for iPad. Can I submit this build to the App Store, with the same "xxx" name?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以,当 iPad 发布时,我们已经通过我们的应用程序做到了这一点。
您必须根据设备类型修改您的 plist 以使用不同的 xib/nib 文件启动 - 然后由您的应用程序确定它是处于 iPad 模式还是 iPhone 模式。
无法让两个单独的应用程序使用相同的名称/应用程序 ID,但从 iPhone 到通用应用程序根本不是问题。
以下是介绍通用应用程序的文档的链接(Apple 文档有更多详细信息):
http://devimages.apple.com/iphone/resources/introductiontouniversalapps.pdf
Yes you can, we've done it with our app when the iPad got released.
You will have to modify your plist to start with different xib/nib files depending on the device type - then it's up to your app to determine if it's in iPad mode or iPhone.
There is no way to have two separate apps under the same name / app id, but going from iPhone only to a universal app is not a problem at all.
Here is a link to a document that introduces universal apps (Apple docs have much more details though):
http://devimages.apple.com/iphone/resources/introductiontouniversalapps.pdf