IntelliJ IDEA 14.0.5 [Android] [AIR] Convert "Use temporary self-signed certificate" to keystore file
已回答
Hey guys,
back in old days I used for my app, which is released on Google play store, the temporary self-signed certificate option from IntelliJ, mostly because I was young and stupid :)
Is their any way, that I can get a keystore with the same signature out of this self-signed certificate?
Currently, I am not able to generate an APK for the Google Play Store for my app, except if it is done with IntelliJ.
Cheers and thanks for the help!
请先登录再写评论。
You may find this temporary self-signed certificate in the IntelliJ IDEA installation folder: see plugins/flex/lib/temp_keystore.p12, password: keystore_password. You may use any tools to do whatever you want with this cert. Not sure it can be of real use though.
Hey Alexander,
thanks for your reply and sorry for my delayed answer. So I know about this temporary self-signed certificate called temp_keystore.p12.
I also checked with Java keytool its signature and I built in Unity an APK with this signature, and of course, they are matching.
But for some reason, whenever I build my android air apk in Intellij it is getting a different Signature... But I do not where I can find the keystore for it...
When I checked the building parameters of IntelliJ, it says it uses temp_keystore.p12, but for some reason, this keystore seems not to be used.
Also when I try to read the .RSA file of the built IntelliJ apk, it says it can't read the RSA or no signature found. But well, when I upload it to Google Play Store, is it correctly recognized with the Signature of previous builds.
Cheers