Application Loader error ITMS-90098

Hi all,


This morning i tried to upload my application to itunes store to review it.

I used the Application Loader from Apple to do this job but, after few minutes, the process failed with this error during the uploading:


ERROR ITMS-90098: This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'bluetooth-le' which is incompatible with the MinimumOSVersion value '9.0'


I put the key bluetooth-le in the application .plist to force the installation only on the compatible devices. (because the ios app will communicate trought BTLE with a specific device.)


Thanks in advance.

Hello all,

i got the same problem!

Our App communicate with an specific device with 'bluetooth-le' so it makes no sense to load the app on an iphone without bt-le!

Because of that we add the UIRequiredDeviceCapabilities value 'bluetooth-le' to the .plist.

Actual we had the first version in Appstore without this setting! Now we want to add them in the next version!


in German:

Die Info.plist der App darf keine Werte für den Schlüssel „UIRequiredDeviceCapabilities„“ enthalten, die das Öffnen dieser App auf iOS-Geräten verhindern würden. Weitere Informationen finden Sie in den Informationen zum Schlüssel „UIRequiredDeviceCapabilities“.


in English:

The Info.plist of the app may no values for the key "UIRequiredDeviceCapabilities" contain "that would prevent the opening of this app on iOS devices. For more information, see the information on the key "UIRequiredDeviceCapabilities".


Is the problem because we set it not in the first version or is there a other problem?


Thanx for help!

Application Loader error ITMS-90098
 
 
Q