I updated to latest version of Xamarin, where PCL is \"fully supported\". How can i use Azure Mobile Services now?
if i create PCL lib and trying to add it with NuGe
Here's how I got Mobile Services v1.3.2 working in new Xamarin.Forms PCL project:
CurrentPlatform.Init();
to ‘AppDelegate.cs' in .iOS
project and to ‘MainActivity.cs' in .Droid project.Paul Batum has done a good sample Xamarin PCL app showing syncing between iOS and Android app: https://github.com/paulbatum/fieldengineerlite