Switch universal app to iPhone only app

前端 未结 2 1203
终归单人心
终归单人心 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:25

    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.

提交回复
热议问题