Android Question Publish on android store

Alrikh

Member
Hello, today i have try upload a first release on a play store,
but when i try import on the google play console the keystore with PEPK

return this allert:
To continue you must use a valid key
The zip file not contains any private cripted key, or something like this.

to generate a cripted key:

On a B4A i have generate a Private Sign Key,
after i have give the sign in pepk.jar
java -jar pepk.jar --keystore=SDSign.keystore --alias=b4a --output=output.zip --include-cert --encryptionkey=xxxxxe8f7c7c9df715022017b00cxxxxxxxx0b13049a11e6c09xxxxxxxxxxa3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a2092761fb833b6xxxxxxxxxxxx

I not have understand what i need to do ç_ç
 

asales

Expert
Licensed User
Longtime User
I have the same issue here.
I created a new key using B4A 11.2 and when I put the app in play store, I needed to create another file key using the pepk.jar.
Now I have 3 keys: 1 to my old apps, 1 to the new apps to compile in B4A and 1 to publish the new apps in play store.
No problem to me, at the moment, because it worked, but I don't know what caused this.
 
Upvote 0

Apip Bayok

Member
I have this issue few days ago,
key that B4A generate is not same with google SHA1 key, I don't know why that happen, then I request new key from google and they send me pepk.jar command key just like post#1 and load keystore in IDE Tools, upload certificate file to google, upload my app and success upload without rejection.
 
Upvote 0
Top