I\'m writing an app which requires the M7 Motion co-processor chip in the iPhone 5S. Since this chip isn\'t in any other iPhone, the app will only function properly on an iP
Normally you would do something like this by adding the UIRequiredDeviceCapabilities key to your app's info.plist and specifying a value corresponding to the hardware feature you require. However, among the possible values listed here, there doesn't appear to be a value for the motion co-processor. Apple may still add one, but until then perhaps you could come up with a combination of those values that is unique to the iPhone 5S and specify that.