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

13,214

Solution 1

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

Solution 2

The solution for my problem was to simply rebuild the archive from titanium (publish app to apple store) and then archive the app.

I have selected Universal device for universal target.

no issue were found.

so it seems actually there's no problem in the process, but still don't know why there was that device compatibility problem.

Share:
13,214
Dario Rusignuolo
Author by

Dario Rusignuolo

fullstack creative dev frameworks laravel, react, vue, rails, node js

Updated on June 05, 2022

Comments

  • Dario Rusignuolo
    Dario Rusignuolo almost 2 years

    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.

    project iphone 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

  • Dario Rusignuolo
    Dario Rusignuolo over 10 years
    this is not working for me. I still have the same error even to set universal device target (for ios target 7.0) to iPhone.