Xcode: Release app update for iPhone only? [duplicate]

女生的网名这么多〃 提交于 2019-12-10 14:55:01

问题


I have made an app for both iPhone and iPad in the past, but the latest update it only intended for iPhone.

I switched Target Device Family to iPhone Only and archived and validated, but I get the error:

"This bundle does not support one or more of the devices supported by the previous app version"

Is there any way around this?


回答1:


Your app is original a universal app, so all subsequent updates must also be universal.

There is nothing you can do in order to separate the update between iPhone and iPad - your app is one app.

The simple fact is that iPad users will receive an update, and nothing will change, while iPhone users will notice the differences.

This isn't an uncommon thing - it happens all the time. The answer is to not worry about it. Fix whatever you need to fix, submit the updated the app and be on your merry way.



来源:https://stackoverflow.com/questions/18392417/xcode-release-app-update-for-iphone-only

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