IOS app for specific devices

We are working on an app for kids similar to Talking Ben. It has many JPEG image sequences for interactive animation.

The thing is, the animations work fine on the iPad Air, but they play slower or lag behind the iPad 2. This is obviously due to the 512MB RAM in the iPad 2.

My question is, can we mention something like "Recommended devices for iPad 3 or newer" in the app description so that users don't download it on iPad 2? Or can we send the app straight away for iPad 3 or later only?

What is the legal method for this?

In short, I want to restrict the download of my app in iPad 2.

Please help guys.

thank

+3


source to share


2 answers


Not too familiar with what architecture is used on iPad 2, but this post may help you that the application is compatible with some architectures: Restricting the installation of applications from the AppStore for users with iPhone 5 / 5s / 5c only



+1


source


You must set bluetooth-le

as a requirement in your application Required device capabilities

in your info.plist.



This should prevent your app from being installed on iPad 2, as Bluetooth-LE (bluetooth 4.0) is only available from the third generation iPad (see here ).

+1


source







All Articles