How can I use a ServiceStack client with a Xamarin.Android Indie license

When I compile the Xamarin.Android application that is associated with the compiled ServiceStack dll, the compilation ended with the message:

Error XA9003: Assembly System.ServiceModel, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 requires a license ツ  Business ツ  (or higher). (XA9003)

I will compile it with this compiled dll using ServiceStack

How can I use a ServiceStack client with a Xamarin.Android Indie license?

  • Is there any dll not related to WCF?
  • Do I need to compile from source?
  • Another way?
+4
source share
1 answer

A free license does not allow several functions. You can check the documentation for details here.

Check the size of the unlimited size of the application, which will give an answer to your problem. He stops P / Invoke in a third party.

I suggest you go with the traditional android way to grab json (hope you are only trying this). And do not add a service stack directly to the project.

If there is anything, let me know.

+1
source

Source: https://habr.com/ru/post/1489944/