Upgrade live Universal App to iPad only

前端 未结 6 899
没有蜡笔的小新
没有蜡笔的小新 2020-12-21 14:19

We have a live universal app in the AppStore. Our client changed his mind and doesn\'t want the app to be universal anymore, he wants it to be iPad only.

Since the a

相关标签:
6条回答
  • 2020-12-21 14:19

    I have faced same scenario.

    You can upgrade application scope (iPhone only to Universal) but you can't degrade application scope (Universal to iPhone only or iPad only).

    0 讨论(0)
  • 2020-12-21 14:25

    iPad users must purchase the app again and cannot update the current version anymore.

    People already using the universal app on their iPad will not receive an update. People on the iPhone will receive an update.


    This is very tricky. It's better to do it not.

    0 讨论(0)
  • 2020-12-21 14:25

    Apple has been reported to reject updates that have narrowed hardware requirements compared with the current version in the App store.

    If this happens, your clients only option may be to remove the current app from sale and submit a new different iPad-only app.

    0 讨论(0)
  • 2020-12-21 14:27

    Yes, if you try to submit an application that supports fewer platforms than a previous version of the same app, it will be rejected during the upload process.

    e.g. if version 1 supports ipad and iphone

    version 2 cant support just ipad or iphone

    0 讨论(0)
  • 2020-12-21 14:35

    You can't upgrade live universal app to iPad only.

    Apple says the following:

    "All device requirement changes must be made when you submit an update to your binary. You are permitted to increase the number of devices your app runs on, but you cannot remove devices you have previously permitted. Removing them will prevent users who have previously downloaded your app from updating it."

    Reference (see "iOS Note")

    0 讨论(0)
  • 2020-12-21 14:37

    here is the answer of your question: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wo/5.0.0.9.1.9.1.1.1.1

    See the answer of this question:

    "Why are correct device requirements important? Can I update them on iTunes Connect?"

    Here is the important part:

    "To change your app's device requirement after your first binary submission, submit an app update binary with the new information in the UIRequiredDeviceCapabilities key. You are only allowed to expand your device requirements. Submitting an update to restrict your device requirements is not permitted"

    This means that if you've already submitted an universal build and then you try to submit only iPhone or only iPad build as update of the universal app ... Sorry, you can't.

    0 讨论(0)
提交回复
热议问题