How can I prevent a user with less than ARMv7 device to download my app

Hi!

(Sorry for my bad English)

How can I prevent a user with less than ARMv7 device to download my app ?

Is there anything I need to include in build.settings, for example ?

Or should I do something only after I send the app to the Play Store ?

And what are the procedures to make this block in each store (Play Store and App Store) ?

Thank you very much!

Paulo

Corona already does this for you, by building and packaging the APK in a certain way.

If you look inside the APK, you’ll notice a folder called lib/armeabi-v7a … the Play Store discovers this folder, and makes sure only ARMv7 devices are be able to see and download it.

Corona already does this for you, by building and packaging the APK in a certain way.

If you look inside the APK, you’ll notice a folder called lib/armeabi-v7a … the Play Store discovers this folder, and makes sure only ARMv7 devices are be able to see and download it.