projectkudu / TryAppService

The engine behind 'Try AppService'

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppKey TryMobileApp

opened this issue · comments

Client Android there isn't appkey...

// Mobile Service URL and key
mClient = new MobileServiceClient(
"https://efb426d6-0ee0-4-231-b9ee.azurewebsites.net/",
this).withFilter(new ProgressFilter());

public MobileServiceClient(String appUrl, String appKey, Context context) throws MalformedURLException {
this(new URL(appUrl), appKey, context);
}

just solved... put "null" at second parameter...

This is a duplicate of #21.