It seems one cannot add the Azure Mobile Services NuGet package to a "Project.Core" of a MvvmCross project that targets IOS, Android, Windows Phone and Windows Store. It is not a PCL library it seems. What's the alternative? Define a Service interface in the "Core" project, that gets implemented on each subsequent platform?
Anyone has a working example of this, or other alternative?
Thanks in advance!