I created a Portable Class Library the other day in VS2013. It targeted the following platforms:
My question is, can this be used in Xamarin projects such as Xamarin.iOS or Xamarin.Android? I've found a project claiming to support Xamarin, but grepping the solution and project files for "ios"
and "android"
turn up nothing. If not, what can I do to make my library portable to those platforms?
Thanks.
You should now have dlls that work also in Xamarin.