简体   繁体   中英

Update app which was installed using other app, via Play Store

I have an app which has the function of install others apps when the user request for it. But it does not redirects the user to Play Store, just download the apk and installs it. When I do that, the Play Store recognize it has been installed if I search for it using the Search Bar, but it does not show the app in "My apps", and does not update this installed apps when there is any update.

What I want to know is, there is a way of check for update for theses apps on the Play Store, and update them? Or, if there is any way of check if there is any update in the Play Store and notify the user to update.

All the apps installed by my application are free in Play Store.

you might use the api from androidquery - here an example call:

https://androidquery.appspot.com/api/market?app=org.ligi.fast

more info here: query the google play store for the version of an app?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM