0

Apologize I am not a native English speaker.

I want to make an app to fetch information like (list of updates current available in play store ) of an installed app, And I want to preview that updates to the user on a textview.

So is this possible using Google play store API.

1 Answers1

0

It seems there is no ad hoc API for this feature yet. But there are workarounds that you can implement:

  • Option 1: Build the alert dialog on the first version.
  • Option 2: Fire an Intent to open up the Market app hopefully which will cause it to check for updates.
Community
  • 1
  • 1
ReyAnthonyRenacia
  • 17,219
  • 5
  • 37
  • 56