How should i use Azure Mobile Services with PCL or without it now?

前端 未结 4 2059
借酒劲吻你
借酒劲吻你 2021-01-02 03:43

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

4条回答
  •  既然无缘
    2021-01-02 04:01

    Make sure you have called

    CurrentPlatform.Init(); 
    

    before instantiating the mobile service client

提交回复
热议问题