I always imported .aab file to update my apps but now I get this message “To import bundle you need to subscribe to Application Signature Play service”
So, I go to “manage et protect you Application Signature Key”,
- I download the public key “encryption_public_key.pem” and the “pepk.jar” tool because to create a private key I have to do:
$ java -jar pepk.jar --keystore=foo.keystore --alias=foo --output=encrypted_private_key_path --rsa-aes-encryption --encryption-key-path=/path/to/encryption_public_key.pem
Not sure to know where I copy this text, I begin to start “pepk.jar” from Windows but get this message “a Java exception has occured”
OMG, it becomes so complicate now to do just an update ;(( What’s wrong!?
v.2025.3721