

aab file you downloaded from your GameSalad portfolio page into the command prompt to fill in the path to the file you want to sign.Īdd one final space, then add the alias of your key. aab on the end!Īdd another space, and then drag and drop the. For this example I’m using the name SignedAndroidBundle.aab. (If you’re unsure where your keystore file is, try checking your user directory C:\Users\)Īdd a space to the command prompt, followed by -signedjarĪdd another space to the command prompt, followed by the name you want the signed file to have. Next add another space, then drag and drop your keystore file into the command prompt window to fill in the path to your keystore. verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore Next add a space in the command prompt, then copy/paste the following text into the command prompt. It should be in a similar location to C:\Program Files\Java\jdk1.8.0_211\binĭrag and drop the jarsigner.exe file into the command prompt window to fill in the path automatically. aab AAB Signing (Step-By-Step)įirst you’ll want to locate your jarsigner file. jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore -signedjar.

If you aren’t comfortable with the Command Prompt, we’ll go through filling in the commands step-by-step below. If you are comfortable with using the Command Prompt, go ahead and run the command below, replacing the bracketed parts as needed. This can be done by pressing the Windows key, then typing in “cmd”. Next, you will need to open up the Command Prompt on your PC. These steps will also assume that you followed the rest of the tutorial steps linked above.įirst you will need to publish your game to your GameSalad portfolio and generate an AAB file to sign by clicking the “Build AAB” button.Īfter it’s done generating, click the Download button to download the unsigned AAB file.

You will need to have already created a keystore and have the Java SE Development Kit.
#GAMESALAD WINDOWS HOW TO#
These steps are for how to sign your AAB file via the command line using jarsigner.
