Switch universal app to iPhone only app

断了今生、忘了曾经 提交于 2019-11-27 15:49:28

As per the error message in your question, you cannot remove support for a device type that was previously supported.

Since your previous version supported both iPhone and iPad all future versions must support iPhone and iPad.

In order to release an iPhone only version you will need to publish a new app to the store (using a different bundle id), either leaving the current one in place as it is or deleting it.

You are getting this error because of this rule:

Application update must continue to support all the devices previously supported.

How to get rid ?

  • Remove this App from app store
  • Create new bundle & use it to your new app version
  • Deploy App to the store

Important Note:

  • If you delete an app from the store, then you cannot use its name again for another app. Be careful when deleting an app from the store!

Hope it will help to you.

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