Hey there,
I've been attempting to make my app require that the ipad's running my app only support armv7s and more recent devices (we've been doing significant testing internally and our game does not run well on anything older than an iPad 4 unfortunately). Every time I try to upload my app to itunes connect I receive the following error: ERROR ITMS-90098: "This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'armv7s' which is incompatible with the MinimumOSVersion value of '8.0'."
Does iOS 8 not support the armv7s processor or am I doing something else wrong? If this is simply not possible, how else would I go about supporting only iPad 4 and later?