Intranet deployment for Android apps -



Intranet deployment for Android apps -

could give me advice on how can deploy android app remotely? things take note are: 1).no access android market (it run on intranet) 2).about 300 devices 3).i don't want user many steps update app.

if there no easy way deployment, can manually(probably downwards load intranet website , manually run it) first time subsequent updates, there way update application itself?

i don't think there's in standard device this; android market client doesn't provide kind of flexibility. can download , install .apk files through browser (provided server offering them right mime type), doesn't solve update problem.

the approach can think of amazon did: write own app management app. run service periodically check updates (or, better, receive force notifications of updates) , download , install them in background. it's lot of work, straightforward do.

android deployment intranet

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -