I uploaded a new app, version 1.0, where the target device family was: iPhone/iP开发者_运维百科ad.
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?
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.
精彩评论