.NET iOS Runtime Limitations
.NET
Xamarin
Here’s some notes on the limitations imposed by IOS for Xamarin and MAUI applications.
These apply to both Xamarin and MAUI apps written for iOS.
Basically, the iOS kernel prevents any application from generating dynamic code at runtime.
So, any usage of JI...