ios - 如何从 AppStore 中删除对 iPad 的支持

标签 ios iphone xcode ipad app-store

如何在不支持 iPad 的情况下将新版本上传到 AppStore。

enter image description here ]

最佳答案

你不能这样做。苹果公司表示,一旦你这样做了,你就不能取消对特定设备类型的支持。

Developers who wish to issue updates, but remove device support, have three choices:

  • Fix their app so that it can work on the devices they originally set out to support.
  • Target a newer version of iOS that requires a newer device.
  • Remove their app from the store, and upload the new app with a different bundle ID.

Apple 的建议 (https://developer.apple.com/library/ios/qa/qa1623/_index.html) 是重新添加设备支持,或者从商店中删除该应用程序并将其作为新的捆绑 ID 上传回来(不理想)。上面的选项 2 确实不适用于您正在尝试做的事情。

关于ios - 如何从 AppStore 中删除对 iPad 的支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35746695/

相关文章:

ios - 如何在两个 View Controller 之间的 swift 应用程序中传递 json 数据

ios - 仅从包含数字的句子中提取单词

objective-c - 使用 GDB 调试器按对象 ID(即 0xee63d60)打印对象

php - 如何在 PHP 中访问/获取通过 iPhone 应用程序上传的文件的数据?

iOS:如何让容器 View 在隐藏内容标签时自动缩小其高度?

xcode - 如何在 os-signpost-point-schema 中指定符号/字符

ios - 如何为我的应用程序创建一个像这样的 "About"页面?如何在 UIView 下拥有 UITableView(分组)?

ios - 想要更改 UINavigationBar 标题属性

ios - Flutter iOS 版本和配置文件构建无法正常工作

iphone - 如何在同一个 UITableViewCell 中实现具有多个按钮的 UITableView?