android - How to generate p12 certificate with 100 years validity using flash builder -
i trying upload debug version in google play store , getting error
upload failed
you uploaded apk signed certificate expires soon. need sign apk certificate expires farther future.
i don't know how extend certificate validity 100 years. have seen in forums create certificate using keytool. getting lot of errors. can 1 me there way directly can create certificate 100 years validity using flash builder.
thanks reply alexander. need certificate of 100 years validity found solution using command prompt can that.. missed in win 7 need run command prompt administrator enter following command
keytool -genkey -v -keystore my-release-key.p12 -alias alias_name -keyalg rsa -validity 10000
Comments
Post a Comment