使用相同名称向商店提交 iPhone 和 iPad 应用程序

发布于 2024-11-09 10:15:48 字数 157 浏览 0 评论 0原文

我可以以相同的名称向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何其悲哀 2024-11-16 10:15:48

是的,您可以,当 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文