简体   繁体   中英

How can I use ServiceStack client with Xamarin.Android Indie License

When I compile my Xamarin.Android application which is linked with ServiceStack compiled dll, compilation failed with message:

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

I compile it with this ServiceStack compiled dll

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

  • Is there any dll not linked with WCF?
  • Need to be compile from source?
  • Other way?

Free license will not allowed few functions. You can check out documentation for details here.

Check the unlimited app size part it will give answer of your issue. It is stopping P/Invoke in third party.

I suggest you go with traditional android way to grab json (I hope you are trying that only.). And don't add service stack directly in project.

If there is anything let me know.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM