certificate for android release issue
-
Hello everyone! I'm trying to make 'release' version of my apk.
so, i've found some information here http://www.openfl.org/lime/docs/project-files/xml-format/
question is: how to get certificate.crt file?
-
You use
keytool
.About half way down, Prepping for Release, shows you how:
http://www.steverichey.com/dev/openfl-android-tips-and-tricks/
-
thank you!