I am developing iOS app using Xamarin Forms and I have trouble in choosing the ABI architecture for iOS app. We are targeting iPhones and iPads with iOS version 9 and above.
After the lots of googling, I got the below,
https://www.innerfence.com/howto/apple-ios-devices-dates-versions-instruction-sets
http://wanderingcoder.net/2010/07/19/ought-arm/
My questions are below,
We have three types of architectures,
- ARMv7
- ARMv7s
- ARM64
Which architecture or architecture combination will cover the widest range of devices released after 2010?
Will the iOS app build with ARMv7 work in iOS devices having ARMv7s architecture?