Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change targeted device family on existing iPhone/iPad app

Tags:

iphone

ipad

ios4

I uploaded a new app, version 1.0, where the target device family was: iPhone/iPad.

I'm now trying to add a new version, without iPad support. The new version should only support iPhone.

The error message I receive is the following:

"This bundle does not support one or more of the devices that were supported in the previous bundle for this app. Bundles must continue to support any devices previously supported."

Where do I go from here?

like image 773
Fernando Redondo Avatar asked Jun 20 '11 11:06

Fernando Redondo


1 Answers

You can't go back to non-universal app from universal app. You'll have to create a new app (new bundle ID) with iPhone only if you wish to proceed.

like image 140
chilitechno.com Avatar answered Sep 20 '22 14:09

chilitechno.com