Programmatically download APK from google play store

I am creating an android app which depends on some other android apps. So if these dependent apps are not already there on the users mobile, I would like to download them programmatically from play store. But during this process I don't want the control to go to the Play store app (ie no Play store app activity should be visible). Is is possible to achieve this using some service, google API? How do I go about implement this? I tried the market api and it worked but now while installation I am getting "unknown sources" pop up. Is it possible to get rid of form this ?? What is difference between downloaded apk from play store app and market api ??


有一个非官方的市场API:这就是你如何使用它下载应用程序。

链接地址: http://www.djcxy.com/p/11558.html

上一篇: Google应用引擎

下一篇: 以编程方式从Google Play商店下载APK