I currently have an Indie level Xamarin subscription. Today, I integrated the latest ServiceStack Client PCL library into our iOS app and received an error on compilation stating that I need a Business level subscription due to referencing the System.ServiceModel namespace.
After doing some digging, it doesn't appear as though the ServiceStack client lib is actually using System.ServiceModel, but perhaps it is implicitly referenced in the PCL process? PCLs are a bit of a mystery to me still. I found some bug reports and similar questions relating to Android libraries, but haven't found a workaround or fix yet.
https://bugzilla.xamarin.com/show_bug.cgi?id=13370
https://bugzilla.xamarin.com/show_bug.cgi?id=17247
Should I file another bug report? Is there a fix yet to be released? Am I out of luck?