How can I remove iPad support from AppStore

白昼怎懂夜的黑 提交于 2021-01-20 16:01:29

问题


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


回答1:


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.




回答2:


Apple will not allow you to remove support for iPad if you ever offered it on a given app name.



来源:https://stackoverflow.com/questions/35746695/how-can-i-remove-ipad-support-from-appstore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!