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.