Android Question How to check for the latest app version from inside the app

AndroidMadhu

Active Member
Licensed User
Hello,
Is there is any way to check for the latest app version from inside the app?
The problem is when user open their existing app if the app version is different at play store, the app will force the user to upgrade the installed one at their device.

Is that possible?

Please advice.

Thanks
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello,
Is there is any way to check for the latest app version from inside the app?
The problem is when user open their existing app if the app version is different at play store, the app will force the user to upgrade the installed one at their device.

Is that possible?

Please advice.

Thanks
Hello,

To get the application version code :
B4X:
Application.VersionCode

And i think below is what you are looking for :

Thank you,
Saif
 
Upvote 0

sfsameer

Well-Known Member
Licensed User
Longtime User
@sfsameer ..... I have checked the link you have provided so far.
But when I am attaching the library InAppUpdate.jar and InAppUpdate.xml, I am getting error as "Maven Artificat not found".

Please advice.

Thanks
Hello Dear,

Unfortunately the library author as he stated :
I can no longer support my libraries

So i can't really help regarding that library, reference :

Thank you,
Saif
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
 
Upvote 0
Top