Posts by this author

Mar 26, 2019
Post comments count5
Post likes count0

Introducing the Xamarin.iOS Interpreter

Historically iOS applications have had a number of limitations when running on a device, as Apple disallows the execution of dynamically generated code. Applications are compiled “Ahead of Time” (AOT) before deployment because of this. You can read more about this architecture here.

DevelopersiOS
Mar 20, 2019
Post comments count6
Post likes count0

Get Your Apps Ready for Apple’s New Watch Processor Architecture

Important changes are coming to watchOS! Checkout our support for Apple Watch Series 4 new processor architecture, ARM64_32 based on the Xamarin.iOS SDKs shipping with Visual Studio 2019 and Visual Studio 2019 for Mac.

watchOSDevelopers