Quick Links:
Play Console Docs, Issues:
PlayStore notes:
First time review time taken by Play Console?
</img>
</img>
Publishing Overview:
# Note: The `pepk.jar` file is from https://stackoverflow.com/a/52472918/10012446
# Note: I am using pepk.jar from above source because google's official `pepk-src.jar` file is not working and throws error when tried to use.
java -jar ./pepk.jar \
--keystore=./play-console-android-06-oct-2023.keystore \
--alias=$KEYSTORE_ALIAS \
--output=output.zip \
--include-cert --rsa-aes-encryption \
--encryption-key-path=./encryption_public_key.pem
The issue while publishing the app to any track, I was getting error that AdvertisingId permissino is not included in this build. The issue is described better here -
The solution of this error is that it was complaining on behalf of older build in other tracks which didn’t have this permission in their manifest.json
file. I did add the permission in current build but didn’t have in other testing tracks i.e, open testing and internal testing tracks. So releasing the same build to all tracks did fix this warning instantly.
Tasg: publishing to play console, publish to play console, publish
Internal Testing
release to Production
releaseArticle - Click here
LEARNING OF THE BAD DAY
Super learning about adding tester email to “Internal Testing”Source: StackOverflow
It takes 3-4 hours or may be 1-2 days so that any new tester email added to tester-email-list
to take into effect (before that it will show white screen when you try to browse the internal testing playstore link).