projectkudu / TryAppService

The engine behind 'Try AppService'

Home Page:https://tryAppService.azure.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Mobile] Android client should be updated to the latest version

lindydonna opened this issue · comments

I have managed to get the Android client to work by editing the site config to include
<add key="MS_SkipVersionCheck" value="true" />
in the appSettings. It's a bit of a faff but it is working correctly on the Nexus 5X emulator.

@alecouteurbisson A better fix would be to use the the Azure Mobile Apps Android library. In gradle: compile 'com.microsoft.azure:azure-mobile-android:3.1.0'.