Base solution for your next web application
Open Closed

Xamarin Android App not working on production server #5264


User avatar
0
Ricavir created

Hi,

I'm currently testing android app without any change (just assets). Everything is working well on my dev machine. But when I try to target my production server (on Azure), I can't connect.

I'm getting a token after authentication, but app throws an exception when calling ProxySessionAppService ( api/services/app/Session/GetCurrentLoginInformations)

Do you know why ? Do I need to publish my Android App first to make it work with my production server ?


1 Answer(s)
  • User Avatar
    0
    Ricavir created

    I've got it to work ! By searching deeper in the forum I found this post : #4285@2d3b4b70-f5ba-479a-a513-f646cb0e780d

    Accept-Encoding as gzip,deflate should be removed from AbpApiClient.

    This could be added to the XAMARIN documentation.

    Cheers