Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to update my universal app to iPad only app in itunes connect. But while submitting binary i am getting following error

enter image description here

But when i added my device target as universal. then binary of app is validated successfully. Please let me know if you have any solution. Really needfull.

like image 511
Amit Bobade Avatar asked Dec 30 '12 12:12

Amit Bobade


1 Answers

This is not possible. If you published your app with iPhone support once, all later version will need to support the iPhone as well.

For an iPad only app, you will need to publish it as a new app name with a different name and identifier. However, as you are probably aware you can lose a lot of users that way.

Also see:

  • Apple Technical Q&A QA1623
  • App Store: Problem with UIRequiredDeviceCapabilities
like image 198
Codo Avatar answered Oct 07 '22 06:10

Codo