[PR-Keystore-2018] Keystore Google (2018-2022)
UploadThis InSOP Progresswas enforced to prevent lost of keystore from necro project that needs to be updated.
-
Copy keystore from NAS in:
AgateStudio/Private/Keystore/user.keystore
-
Paste it in your local directory
-
Link it to your engine
-
Unity Project Settings β Player β Publishing Settings
%206b43a3a9897b4136b58a6f8447b2745d/Untitled.png)
-
Unreal Edit β Project Settings β Platforms - Android β Distribution Signing
%207435e0a50119486aab2128a84834b99e/Untitled.png)
-
-
Password:
-
Keystore password:
keystore_agatestudio123
-
Key password value should be the lowercased alias suffixed with β_keystore123β, for example:
Alias = General Password = general_keystore123
-
-
CMD command for export certificate to play store (SHA1, use the same alias), save key SHA1 in the save place
keytool -exportcert -keystore "keystore_path/keystore_name.keystore" -list βv
#Full path use double quote (ββ¦β), for example:
keytool -exportcert -keystore "D:\Quest\Keystore\agate-release.keystore" -list βv
-
This is the most important part!
-
After finish generating certificate and using keystore, save all private keystore in 1 directory and compress it to rar with password
-
Save the password inside passbolt and share it to your director:
- FSKU: zoelbastianbach@agate.id and wafi@agate.id
- GF: adi.gumelar@agate.id
- Porting: newace@agate.id
-
Save the rar inside NAS in:
AgateStudio/Private/Keystore/[ProjectName].rar
-
-
Read full documentation from Google Play Console & Google Console Developer.