1.

Why AOT is used for Xamarin.iOS?

Answer»

Apple has put a security feature on iOS where it DISALLOWS any dynamically generated codes on that device. Xamarin.iOS understands this safety RESTRICTION and USES Ahead of TIME compiler also known as AOT and compiles the managed codes of Microsoft Intermediate Language (MSIL) and produces a NATIVE iOS binary code.



Discussion

No Comment Found