Re: Standalone Application Settings for Header
Posted: Sat Feb 14, 2015 10:05 pm
I entered a return at the second password request also and it worked. I created my key on a Mac though and I'm not sure how things might differ on Windows.
I wanted to mention that you should guard your key file and password closely. Once created, you should backup the file to a secure location and never disclose any information about it. The password(s) you use for the key should follow the same security rules as passwords you use for your bank access -- they should be long, a mix of punctuation and letters, and not include any dictionary words. The key is what identifies you as a specific developer and verifies the authenticity of your app, and you want to keep it secret. Anyone who knows its password or gains access to your key file can release software that appears to come from you, the most common being malware that is disguised as your harmless app. Once the malware is linked to your identiy, it will be the end of your legitimacy as a developer (and likely will be the shutdown of your Google and Amazon priveleges.) Even if no one attaches malware to your key, you probably don't want anyone else representing themselves as you.
If you are only using the key to test locally on your own device, it doesn't much matter what you use (and that's why there's a generic "development key" option in standalone builder.) But if you distribute the app to anyone at all then there's at least some risk, though it may be slight.
I wanted to mention that you should guard your key file and password closely. Once created, you should backup the file to a secure location and never disclose any information about it. The password(s) you use for the key should follow the same security rules as passwords you use for your bank access -- they should be long, a mix of punctuation and letters, and not include any dictionary words. The key is what identifies you as a specific developer and verifies the authenticity of your app, and you want to keep it secret. Anyone who knows its password or gains access to your key file can release software that appears to come from you, the most common being malware that is disguised as your harmless app. Once the malware is linked to your identiy, it will be the end of your legitimacy as a developer (and likely will be the shutdown of your Google and Amazon priveleges.) Even if no one attaches malware to your key, you probably don't want anyone else representing themselves as you.
If you are only using the key to test locally on your own device, it doesn't much matter what you use (and that's why there's a generic "development key" option in standalone builder.) But if you distribute the app to anyone at all then there's at least some risk, though it may be slight.