How to configure the new Azure App service instead of Mobile Service From Android? -


  1. i used azure mobile services android app using url , api key sql database access,but mobile app services no longer available.

  2. please me how configure new app services android app.

code used mobile service config azure android app:

    // mobile service url , key     mclient_user = new mobileserviceclient(             "https://****.azure-mobile.net/",             "******************",             this).withfilter(new progressfilter()); 

link referred migration

according document,

migrating service changes underlying environment hosts mobile backend. requires no code changes either mobile client or mobile server project. if use automated migration option, preserves service.azure-mobile.net url.

specially per issue, please check following points:

any further concern, please feel free let me know.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -