Share My Creation Update your App without using the GPlaystore

This app shows you how you can control the updating of your apps. It is a stripped down version of what we use in our production apps. We removed all our apps from the play store and developed this method. Please feel free to use/modify it.

Please read the notes in svc_app_update in example provided

It is provided as is to demonstrate how to do the updates. You will need access to a http server obviously for this to work.

Please feel free to comment etc.

Regards

John.
 

Attachments

  • app_updater.zip
    10.6 KB · Views: 746

AnandGupta

Expert
Licensed User
Longtime User
John,

I had a quick look of the .bas files and I understood (with my little knowledge), it checks the .ver file and compares the version number and then downloads the new apk, after showing message, and installs it.

Please correct me if I guessed wrong.
Yes I will try it after I make the server/file etc. and check it, but just wanted a quick advise from you.

And a BIG THANK YOU for the this contribution :) It is need of the hour now.

Regards,

Anand
 

Jmu5667

Well-Known Member
Licensed User
Longtime User
John,

I had a quick look of the .bas files and I understood (with my little knowledge), it checks the .ver file and compares the version number and then downloads the new apk, after showing message, and installs it.

Please correct me if I guessed wrong.
Yes I will try it after I make the server/file etc. and check it, but just wanted a quick advise from you.

And a BIG THANK YOU for the this contribution :) It is need of the hour now.

Regards,

Anand

Hi Anand

Yes, that is what it does. I hope it is of help to you :)

Regards

John.
 

DonManfred

Expert
Licensed User
Longtime User
Top