Android Question GooglePlay tutorial for uploading apk

mbatgr

Active Member
Licensed User
Longtime User
Hi,
I'm looking for a simple tutorial of how to upload a free app to googleplay.
Also, I have created a signed private key using B4A but how it is related to googleplay signing?
I think it needs a new tutorial, some I found are old ones
I have bought the pennybook about B4A but nothing is there as well.
Is there any experts on these things?
Thanks,
Michael
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Google Play signing is explained here: Google Play App Signing

However, assuming that you are responsible enough to keep a backup of the signing file, then there is no reason to use it.

There is really nothing complicated from B4A side. You just need to compile in release mode with your private signing key.
You can then upload the APK.
 
Upvote 0
Top