xcode 如何从 AppStore 中删除 iPad 支持
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/35746695/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I remove iPad support from AppStore
提问by Grigori Jlavyan
回答by ios_provisioner
You cannot do this. Apple says that you cannot take away supporting a specific device type once you do it.
你不可以做这个。Apple 表示,一旦你这样做了,你就不能放弃对特定设备类型的支持。
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.
希望发布更新但移除设备支持的开发人员有以下三种选择:
- 修复他们的应用程序,使其可以在他们最初打算支持的设备上运行。
- 定位需要更新设备的更新版本的 iOS。
- 从商店中删除他们的应用程序,然后上传具有不同捆绑 ID 的新应用程序。
Apple's recommendation (https://developer.apple.com/library/ios/qa/qa1623/_index.html) is to add the device support back, or remove the app from the store and upload it back as a new bundle id (not ideal). Option 2 above really doesn't apply to what you are trying to do.
Apple 的建议 ( https://developer.apple.com/library/ios/qa/qa1623/_index.html) 是重新添加设备支持,或从商店中删除应用程序并将其作为新的捆绑 ID 上传回来(不理想)。上面的选项 2 确实不适用于您正在尝试做的事情。
回答by Sreeraj VR
Apple will not allow you to remove support for iPad if you ever offered it on a given app name.
如果您曾在给定的应用程序名称上提供过对 iPad 的支持,Apple 将不允许您取消对 iPad 的支持。