Each application can have its own key. Or, you can have one key for all your apps. Just remember that it's easy to lose the key and then you won't do anything with the app in the store.should every app have a private key or one key for all apps?
No. It means that Google can create APK derived from the app bundle with fewer resources based on the target device.below mean that Google will modify my app and re-publish again ?
java -jar pepk.jar --keystore=my_key.keystore --alias=b4a --output=encrypted_private_key_path --encryptionkey=aaaaaaaaaaaaaaaaaaaa1e6c09ffe3056a104a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a20bbbbbbbbbbbbbbbbbbb
keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias b4a
keytool -export -rfc -keystore my-release-key.jks -alias b4a -file upload_certificate.pem
"c:\Program Files (x86)\Anywhere Software\Basic4android\B4ABuilder.exe" -task=Build -NoSign=True
C:\Android\build-tools\27.0.1\zipalign.exe -v -p 4 Objects\bin\temp.ap_ aligned.apk
C:\Android\build-tools\27.0.1\apksigner.bat sign --ks "C:\tool\my-release-key.jks" --out signed.apk aligned.apk
keytool -genkey -v -keystore my_key.keystore -keyalg RSA -keysize 2048 -validity 10000 -alias b4a
java -jar pepk.jar --keystore=my_key.keystore --alias=b4a --output=output.zip --include-cert --encryptionkey=aaaaaaaaaaaaaaaaaaaa1e6c09ffe3056a104a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a20bbbbbbbbbbbbbbbbbbb
So I thought this would be betterNo. It means that Google can create APK derived from the app bundle with fewer resources based on the target device.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?