Android Question Apk Version safe installer (can download the 2nd app?)

ocalle

Active Member
Licensed User
Longtime User
Hi, I saw the work of Erels and its fantastic for who use an app on a concetrated market outside playstore

Is possible to choose or download the last version of the 2nd apk?, if it yes this is awesome

i have many ideas about this, for example check the update version, control license and so on.

https://www.b4x.com/android/forum/threads/version-safe-apk-installation.87667/



Thanks all
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Is possible to choose or download the last version of the 2nd apk?
You are confusing two different things.
The code I posted installs a local APK file. It has nothing to do with the process required to put the APK file on the device.
There are all kinds of ways to manage it. It should be quite simple to build a small server that returns the latest version information and allows the device to install the updated APK.
 
Upvote 0

udg

Expert
Licensed User
Longtime User
Have a look at AppUpdating lib and modify it to better serve your needs.
Be sure to read most recent posts since I haven't time to update it but others did.
 
Upvote 0
Top