Does anyone compile C# SDK on Xamarin platform

Does anyone compile C# SDK of alpaca on Xamarin platform?

Or more general, is that possible to use Alapac SDK (python, C# etc) on ios or andriod?

AFAIU if you build the Xamarin app NuGet will use the .NET Standard 2.1 version of binaries. Theoretically, they should work but I’m not sure about iOS limitations for deserialization code auto-generation. I have plans to migrate serialization to the System.Text.Json library and use compile-time serialization code that works better with AOT solutions but I don’t have ETA for this feature now. I know that some SDK users run this code in Unity and Blazor so most probably it will work in Xamarin too (all of them use Mono runtime now).