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 ?
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 ?