getting issue while invoking a Asp.Net Core Web API from Xamarin

Ojusvee06

Junior Member
Jul 3, 2018
1
0
1
shopifywizards.com
I am using the MobileServiceClient (Microsoft.Azure.Mobile.Client version 4.0.1) with the InvokeApiAsync method to do the call but always fails with a null exception. If I call an API that does not have authorization, it works fine.

So my question is if I can use the MobileServiceClient or this doesn't want to work with .NET Core. I don't want to call my APIs with HttpClient.