Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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 Xcode(with same bundle id)

Now when I try publish my app on the store it shows me this error of Target device family here is the screenshot of error

enter image description here

I have settled my deployment target to iPhone only in my new project still it shows me error.

Where I am making mistake?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
558 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...