Notice on build AAB/apk
1.Naming rules
Game name_Channel_Area_sandbox or release_VersionCode_time
example:dark_google_kr_relesase_v1_202110201030
2.Matters needing attention
Google packages should be in AAB format.
If the base part is larger than 200MB, you should integrate Play Asset Delivery(https://developer.android.com/guide/playcore/asset-delivery) to make sure the base part in AAB is below 200MB.
Google package signature Use your own signature as the upload signature package, and please make sure the signature meets the Google Store requirements.
Then use keytool to generate a pem certificate:
keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks
Where upload is the alias of the signature, and keystore.jks is the file name of the signature.Please replace these two parameters.
upload_certificate.pem is the generated file name. After generation, please provide the pem certificate file to us for uploading to Google to fix the upload signature.