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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -