You must add a digital signature to your software in order to share it on the Play Market. Follow these steps to submit your application.
Deployment and upload are the two types of authentication credentials available on Android. The.apk file authenticated with the "deployment key" is downloaded by the end consumers. The.aab/.apk files that developers submit to the Play Store are authenticated using a "upload key" and are then re-signed using the distribution key after being accepted.
Using the command line, execute the following:
Use the following command on Mac or Linux:.
keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload