What I need to accomplish is to get the architecture of the application in runtime.
Not the CPU architecture of the device, that I have. So let's say for example Xamarin iOS is supporting ARMv7 + ARMv7s but my CPU device is ARM64v8. So the Xamarin application will be running in ARMv7s, I need to have this value in runtime, is it possible?