How can I remove iPad support from AppStore

前端 未结 2 632
眼角桃花
眼角桃花 2021-02-02 08:50

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

2条回答
  •  爱一瞬间的悲伤
    2021-02-02 09:38

    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.

提交回复
热议问题