Android Question Clear Google play store cache programmatically.

Alex_197

Well-Known Member
Licensed User
Longtime User
Hia ll.

Is it possible to clear Google play store cache programmatically?
The problem is that because of cache many of my clients do not see the update that I put on the play store.

The app became Live at 8 AM but even at 3 PM few of my clients still see the previous version of the app in the play store.

If we manually clean the play store cache - the update became visible

Any idea?
 

JohnC

Expert
Licensed User
Longtime User
You might be able to use the below lib to allow your app to notify the user of a newer version in the playstore:

 
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
You might be able to use the below lib to allow your app to notify the user of a newer version in the playstore:

Thanks. Will test it.
 
Upvote 0
Top