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

前端 未结 4 2061
借酒劲吻你
借酒劲吻你 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:11

    Make sure you've installed the latest version of NuGet. That should fix the issue where Newtonsoft.Json won't install in the PCL.

    For Azure Mobile Services, if you still have trouble I'd recommend following the steps in the getting started guide to download a preconfigured sample project.

提交回复
热议问题