ios - 更新 ios Appstore 应用程序以仅允许 iPhone

标签 ios iphone ipad app-store

我的应用程序在苹果应用程序商店支持,iPhone、iPad 和 iPod(通用),现在我想让我的应用程序只与 iPhone 兼容,如何实现。(在 xcode 设备系列中我只能检查 iPhone 和sumbit app sotre,这会让我的应用程序只支持 iphone )请帮忙

最佳答案

不可能使用原始的 Bundle ID。

引用自以下文档:

https://developer.apple.com/library/content/qa/qa1623/_index.html

Bundles must continue to support any devices previously supported.

您唯一的选择是创建一个新的 bundle ID 并使用它提交您的应用。

Removing your app from the store, and uploading the update with a different bundle ID, will allow you to narrow the range of devices your update supports. However the update will be listed on the store as a separate app.

关于ios - 更新 ios Appstore 应用程序以仅允许 iPhone,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39975400/

相关文章:

iphone - 设置 UITableView header 的 z-index

ios - Apple 是否为没有 Mac 设备的程序员提供开发 iOS 安装程序?

ios - MapView 注释在应用程序启动时未指向正确的位置

iphone - 防止iOS应用程序被破解

iphone - ios中的视频捕获问题

ios - 从 Parse 中检索数组并将它们保存在具有相应值的字典中。 [字符串() : [String]()]

ios - 字符串中的 NSURL 不起作用

iphone - iOS - 升级到 Xcode 4.5 后链接器错误,可能与 Core Plot 相关

iOS相机在Safari中正确旋转但在Web应用程序模式下不正确?

ios - 在不使用图像的情况下更改 iOS 控件的色调/背景颜色