Android Question App signing by Google Play - Enabled (Solved)

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi guys,

I think I did click without reading first :p

My situation:
I created a new account for a client on GooglePlay, and before upload the apk, I was checking about "Google Play Ap Signing" then boom I got "App signing by Google Play - Enabled".

Then I tried to follow the tutorial: https://www.b4x.com/android/forum/threads/google-play-app-signing.91703/ and becasue I can't find pepk.jar

I finished up reading this topic: https://www.b4x.com/android/forum/threads/how-to-use-signing-certificate-in-b4a.109445/#post-683677
Erel's answer: " In that case you cannot get the key that Google is using to sign your app with. "

Question:
What do I have to do? or What does Erel's answer mean?
it looks to me I have to create a new App?

is each App independent? I mean, one App can be signed by GooglePlay and other no? if yes, then I can continue signing the app myself and keeping save the key?


Thank you

Regards
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I mean, one App can be signed by GooglePlay and other no?
Yes. Though you can continue with the current app. Google app signing is the future. I believe that it will become mandatory at some point next year.

If this is a new release then you just need to sign your app with a private key and upload it. The private key will become the "upload key". You need to keep it and the process should be simple.
 
Upvote 0
Top