Possible Duplicate:
Develop application like Google play?
I want to develop application like “Google play” to my organization purpose. Please give me some advice on this ? How do i start this?
I am looking for we have the server which has contains android application. By using this application it has to list out all the application available from our server and also listed the application which is installed from our server and show the updates for installed application if its available in our server.
Installing app is quite easy – just send intent to “open” .apk file.
Listing installed application also possible – PackageManager
Checking for updates – GCM or AlarmManager frequently checking for updates.
On the other hand, maybe all you need is private channel introduced last time:
http://support.google.com/a/bin/answer.py?hl=en&answer=2494992