Standalone Application Settings for Header

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Standalone Application Settings for Header

Post by jacque » 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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

morrell
Posts: 84
Joined: Sat Dec 13, 2014 1:12 am

Re: Standalone Application Settings for Header

Post by morrell » Sun Feb 15, 2015 10:30 am

Thank you Simon and Jacqueline.

Put the flags out, as at last I now have my release.keystore file. After trawling Google for what seemed like hours I found someone with the same problem as me and the advice was to keep doing it continuously, but change the Alias name and so this I did and after a great many attempts I was finally successful.

Regards,

Ruth

morrell
Posts: 84
Joined: Sat Dec 13, 2014 1:12 am

Re: Standalone Application Settings for Header

Post by morrell » Mon Feb 16, 2015 9:41 am

Oh my, Oh my I'm still not there.
I can't Save as Standalone Application because I get an error and whilst I was convinced I had entered the correct password and as it failed each time I ran the 'Save as Standalone Application ' I deleted the release.keystore and created another one (just as before taking multiple attempts) paying particular attention to the password and I'm yet again getting the error below.

I feel totally exhausted and after sobbing my eyes out like a baby, I'm at a loss to understand what the problem is.

Regards,

Ruth
Attachments
error keystore.jpg

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Standalone Application Settings for Header

Post by Simon » Mon Feb 16, 2015 10:05 am

Hi Ruth,
Don't give up!
When I first made one, I over thought it and made mistakes.
liveCode will ask for, if I recall, 3 passwords, make sure you use the correct ones for each. They do match what keytool asked but the wording is subtly different.

Ok I admit I thought I knew better and rushed to building an .apk.
Carefully read the dialogs from LC.

Hey, for practice just make each the same see if it works!

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

morrell
Posts: 84
Joined: Sat Dec 13, 2014 1:12 am

Re: Standalone Application Settings for Header

Post by morrell » Mon Feb 16, 2015 4:15 pm

Hello Simon,

In the cold light of day and feeling a fool I did not realise the publicly known original CMD android password was being asked for again. So in theory I have an app with a private key to upload onto Google Play.

Regards,

Ruth

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Standalone Application Settings for Header

Post by Simon » Mon Feb 16, 2015 7:41 pm

YEAH!!!!
WAHOOOOO!!!!!!
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Standalone Application Settings for Header

Post by jacque » Mon Feb 16, 2015 7:53 pm

Oh good. You will have to verify your identity and password every time you do a build. That's why it is handy to build and test "for development only", which doesn't require any input, and then just use your protected key when doing the final build for distribution.

Really glad you got it working.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply