- Home /
Can you create a unique keystore file within the Unity editor?
Can you create a unique keystore file within the Unity editor or do you need to use another program to create a keystore file? If so where do I find the editor to create and save this file? The JDK "KeyTool" utility is not an application I was able to open and type in. Where do I type this code? I'm sorry. I just don't understand. thanx
keytool -genkey -v -keystore my-release-key.keystore-alias alias_name -keyalg RSA -keysize 2048 -validity 10000
I'm trying to sign my Android game. I appreciate any help you can give me. thanx
Answer by ina · Feb 18, 2012 at 07:06 AM
http://forum.unity3d.com/threads/62137-Android-Signing has step-by-step directions, as well as a screenshot for how Unity's key creation window looks like
Answer by JigneshKoradiya · Jul 28, 2015 at 09:48 AM
you have to visit this video to understand keystore :