Android Question updating app via the Store

ALBRECHT

Active Member
Licensed User
Hello,

When my app purpose an update to the user, like below :
(by checking if exists new version trough the webapi)

is there a good way to make the script ?
- Close the app
- Launch the Store app (PlayStore or AppStore , if exist)
- make it positionning on the app into the store folder
(like a link : without forcing , just to suggest the update)

Like : in-app updates of the Google PlayCore library

Regards
Michel

update.jpg
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

ALBRECHT

Active Member
Licensed User
Ok,
The link works great with :
Intent.ACTION_VIEW and
market://details?id=app id'

thanks for your advises
 
Upvote 0
Top