Search code examples
iphoneipadios4

Change targeted device family on existing iPhone/iPad app


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?


Solution

  • 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.