Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios7 error when submitting an update. this bundle does not support one or more devices

application context: ios7, xcode 5, written with titanium appcelerator (sdk 3.1.3GA), previous version compatibility was as the image says (directly from itunes connect)

enter image description here

the complete error is

this bundle does not support one or more devices. supported by the revious app version. your app update must continue to support all devices previously supported. your declare supported device in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/qa/qa1623/_index.html

Now. I checked in the building settings as what the message says and the results is attached as images.

projectiphone targetipad targetuniversal target as you can see, I should cover all the apple devices (iphone/ipad), but still giving me the same error. anybody knows why?

thanks in advance

like image 917
Dario Rusignuolo Avatar asked Nov 12 '13 09:11

Dario Rusignuolo


People also ask

Why does it say error when I try to update my iPhone?

Sometimes, an iOS software update failure can appear if your device doesn't have enough space to download and install an update. So you need to manage the storage to free up some space by deleting unwanted apps, photos, videos, cache, and junk files, etc.

How do I get rid of iPad App Store support?

You cannot do this. Apple says that you cannot take away supporting a specific device type once you do it. Developers who wish to issue updates, but remove device support, have three choices: Fix their app so that it can work on the devices they originally set out to support.


1 Answers

Your app was previously supported iPad too. You cannot drop support for a device family (iPhone or iPad) in an update. Make your app universal in project settings>General tab.

enter image description here

like image 199
Nikos M. Avatar answered Oct 02 '22 22:10

Nikos M.