I am new to android. Now I am trying to understanding signing an apk file.
I created one app and signed with a self signed certificate (with private keystore file) and everything is fine.
While I am trying to know more about debug.keystore
.
I tried to sign apk with debug.keystore file when exporting apk in the Eclipse IDE.
At the last step I observed that the certificate expires on Fri Sep 19 15:02:42 IST 2042.
But the file is created on 26th Sep 2012. When googling I observed that debug.keystore expires in 365 days.
But my debug.keystore is showing 30 years.
How is this possible? Some people say that it's the Android Test QA certificate
, if so what is the difference?