Android Question Application Version Upgrade From Within

Cüneyt Gargin

Member
Licensed User
Longtime User
Let's assume I have an apk developed with B4A ..
I write a web service to check if there is a new version of my app...
And I am not using GooglePlay Market.. I put new apk to an ftp site...
My web service sends me version number of last build...
and when my program starts I call webservice and check if a new version is available. and if there is I dıownload it....

Can I install a new UPGRADE (i.e. new apk) from within the application ?
and How ?
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
from within an application <- may be it is not the right phrase.

yet, with the mechanics you explained is posible, the how is with an intent.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top