dowaihui's Forum Posts

  • 8 posts
  • Thanks for the advice igortyhon

    Its my very first time to deploy an app on Google, was over-thinking everything maybe because of all the stuff in Play Console overwhelming my head.

  • Hi igortyhon,

    Does that means I should just use "Let Google manage and protect your app signing key" option, and upload the signed .aab from C3, then everythings good? Dxmn!

  • Hi igortyhon,

    Do you mean "Let Google manage and protect your app signing key" option? If yes, I dont understand about this option. The keystore is on my end not on Google, how do Google know my .aab is signed correctly?

  • Updated: I tried using the PEPK.jar from Google, must download latest OpenJDK (https://jdk.java.net/) to run:

    java -jar pepk.jar --keystore=keystore.jks --alias=myalias --output=output.zip --include-cert --rsa-aes-encryption --encryption-key-path=encryption_public_key.pem

    It generate the zip file Google wants.

    The JDK part is a pain in the a$$, and I wish this part of using JDK export and upload keystore was in the BUILDING A SIGNED APK FOR ANDROID IN CONSTRUCT 3, it will save me soooooooo much time.

    Thanks for igortyhon your reply again.

  • Hi igortyhon,

    I have already done what you said, have a keystore.jks, alias, password etc, I have my signed-bundle.aab ready, but the issue I have is uploading the keystore.jks to google.

    no matter I zip the keystore.jks alone or zip with the encryption_public_key.pem that download from google on step1, it always fail.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Dear Construct3 forum,

    I need some help on exporting signed android bundle.

    I followed the steps created keystore.jks and copied SHA-1 signature, in Play Console I tried both "Export and upload a key from Java keystore" or "Export and upload a key (not using Java Keystore)" the system said is "Zip file contains no encrypted private key".

    I checked their instructions, it seems I'm missing something like PEM file. I don't think I missed download PEM file while using C3 generate the keystore.jks, nor the BUILDING A SIGNED APK FOR ANDROID IN CONSTRUCT 3 mentioned anything about PEM.

    I tried "Let Google manage and protect your app signing key" option since this is what Google recommend, but I'm totally clueless about this one, they let me download "deployment_cert.der" which seems totally useless with C3.

  • This is screenshot of my simple code

  • Hi Construct Community,

    I was taking the multiplayer tutorial recently, I'm creating a test c3p to try out the multiplayer function, what I want to do is when host joined created a red ball, and created blue ball for every peers joined, it seems very easy but somehow I couldn't make it work.

    On host side can only see 1 red ball, on peer side host's ball is in blue and peer's ball is red.

    This is my c3p file: here

    Could anyone help me on this newbie issue? Thanks.

  • 8 posts