Search results

  1. M

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

    As far as I know, the MobileServiceClient couldn't add the authorization token by default to ask for asp.net core web API. So you will find you couldn't get the response from the asp.net core web API. I suggest you could create a custom HttpMessageHandler to add the token to the request and...
Top