Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I require an iPhone 5S for my app?

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 iPhone 5S.

Is there any way to require that a user has an iPhone 5S before downloading my app? Sort of like how you can make an app iPad specific?

I am looking for a way to select the iPhone hardware requirement. Not the iOS version requirement.

like image 671
Jackson Avatar asked Sep 23 '13 20:09

Jackson


1 Answers

I spoke with Apple and the correct answer is at this time NO. You can not specify via Required device capabilities or otherwise that an iPhone 5S is required for a specific app. You can however state clearly in your app's description that it requires the iPhone 5S/M7 motion co-processor and Apple will accept it.

like image 198
Jackson Avatar answered Oct 18 '22 08:10

Jackson