简体   繁体   中英

How can I remove iPad support from AppStore

How I can upload new version into AppStore without iPad support.

在此处输入图像描述 ]

You cannot do this. Apple says that you cannot take away supporting a specific device type once you do it.

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'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.

如果您曾在给定的应用程序名称上提供过对 iPad 的支持,Apple 将不允许您取消对 iPad 的支持。

仅当您的应用尚未绕过苹果审核阶段时,才能移除设备支持

在此处输入图像描述

在此处输入图像描述

Remove unwanted supported destinations in XCode and upload a new build to App Store Connect. Upon removing iPad destination, iPad images become optional fields.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM