Switch universal app to iPhone only app

前端 未结 2 1204
终归单人心
终归单人心 2020-12-04 00:10

I have Universal app uploaded on app store,

Later based on requirements I have decided to revamp my entire app with iPhone only, so I have created new project in Xco

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 00:34

    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.

提交回复
热议问题