I made a keystore a while ago for my Android apps but I can't remember how long I set the validity for.
Is there a way to find out how long the keystore is good for?
So, app developers will probably want to drop support for older versions about a year before their certificates expire. Then, for the remainder of the old certificate's lifetime, updates will be signed with both old and new certificates, and then only with the new certificate after that.
The default location is /Users/<username>/. android/debug. keystore.
You can use the keytool from the jdk to get certificate info. A command like this should work
keytool -list -v -keystore keystore.jks -alias mydomain
Replace
'keystore.jks' with your keystore name
'mydomain' with your alias name
When you export a signed APK file from the ADT in Eclipse (assuming you are working in Eclipse), the Export Android Application
dialog shows the keystore expiry date;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With