Copy link to clipboard
Copied
Greetings,
I've developed a game on Adobe Flash using AS3, and when published to .apk file to upload on android store, the app was rejected saying that there is an openSSL Problem..
"This app uses software that contains security vulnerabilities for users or allows the collection of user data without proper disclosure."
I was trying to fix it, and i accidentally had over written the certificate file.Now I'm facing another problem, I can't upload the APK again because it's a different certificate..Getting this Error
You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint:
[ SHA1: 90:1F:A2:56:C3:F3:D3:AA:78:0E:32:08:85:C5:3C:28:B6:B0:FA:84 ]
and the certificate used to sign the APK you uploaded have fingerprint:
[ SHA1: B7:D8:FF:F8:B5:F7:7D:DF:86:0D:0A:5C:E2:DB:35:47:81:C5:D2:EA ]
I contacted google and they replied by thisNow that we’ve verified your account, I’m happy to help you reset your upload key. The new upload key will be used to sign APKs that you upload to Play.
Here’s how to generate and register a new upload key:
- Follow the instructions in the Android Studio Help Center to generate a new key. It must be different than your previous key.
- Export the certificate for that key to PEM format:
keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks
- Reply to this email and attach the upload_certificate.pem file.
--------------------------------------------------------------------------------------------------
When i developed the game, I only generated the Certificate .p12 file
Any Ideas how to get the keystore from the certificate that i created?
Any Idea how to solve my problem?
Thanks
Copy link to clipboard
Copied
please don't cross-post, Certificate Problem
Find more inspiration, events, and resources on the new Adobe Community
Explore Now