我的应用程序支持苹果应用商店,iPhone、iPad 和 iPod(通用),现在我想让我的应用程序仅与 iPhone 兼容,如何实现。(在 xcode 设备系列中,我只能检查 iPhone 和sumbit app sotre,这会让我的应用只支持iphone吗)请帮忙
Best Answer-推荐答案 strong>
不可能使用原始 Bundle ID。
引用以下文档:
https://developer.apple.com/library/content/qa/qa1623/_index.html
Bundles must continue to support any devices previously supported.
您唯一的选择是创建一个新的捆绑 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/
|