Hi i got the following mail from apple:
Please ensure that the application's UIRequiredDeviceCapabilities key configuration is correct. Attributes should only be placed in the UIRequiredDeviceCapabilities key if that attribute is either required for the function of the application or if it must not be present on the device. For additional information on specific keys, please review the dictionary keys tables found in the iPhone Application Programming Guide, under the "Device Support" section
I have in the info.plist all of the keys unchecked except for accelerometer and opengles1, those are check.
What should i do to get it working? Should i delete the unchecked ones?