Upgrade live Universal App to iPad only

安稳与你 提交于 2019-11-29 15:35:33

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.

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

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.

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.

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")

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

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