Hello. 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 NuGet it failed to install "Newtonsoft.Json 5.0.8" because it needs "portable-net45+wp80+MonoAndroid10+MonoTouch10" which is missing.
if i create simple android lib and add Azure (v 1.1.0) from Components it generates excepton on start: System.InvalidOperationException: A Windows Azure Mobile Services assembly for the current platform was not found. Ensure that the cur… on
public static MobileServiceClient MobileService = new MobileServiceClient( "https://simpleradio.azure-mobile.net/", "ftouxmgxbUYRgtmHZmpneCnwoVEBoL67");
if i rollback to Azure Mobile Services version 1.0.4 all tests (on windows) works fine