Alan Gruskoff
Posts: 0
Joined: Fri Oct 05, 2012 6:11 pm

How do I use my own Android Keystore file within Project Settings?

I currently have a valid Android Keystore file, that was used to sign 3 Apps now in the Google Play store. Regarding this option in the Project settings:

Image

It doesnt accept my name.keystore nor name.crt filenames.

What kind of a file is this file dialog looking for? How do I use my own Keystore file?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How do I use my own Android Keystore file within Project Settings?

We use keystore files for signing.

You can do this from command line:

code
keytool -genkey -alias mydomain -keyalg RSA -keystore keystore.jks -keysize 2048
keytool -delete -alias mydomain -keystore keystore.jks
keytool -import -trustcacerts -alias mydomain -file name.crt -keystore keystore.jks
/code

More info: http://www.sslshopper.com/article-mos...

Haim
Posts: 0
Joined: Wed Sep 05, 2012 9:15 am

How do I use my own Android Keystore file within Project Settings?

I have a slight problem in that my package name from my pre-Tiggzi development is mixed case (i.e. not all lower case) - while that isn't common in package naming, it was allowed by the Android developer console.

Now I want to use the same name in Tiggzi, but Tiggzi doesn't seem to allow mixed case - what can I do to get passed this? If I give it a new package name, does that mean that Google Play will consider it to be a brand new app? Can people still just "upgrade"?

Haim
Posts: 0
Joined: Wed Sep 05, 2012 9:15 am

How do I use my own Android Keystore file within Project Settings?

I see from http://android-developers.blogspot.in... that I can't change the package name - is there a way to use mixed case in Tiggzi (without getting that error that it's an illegal package name)?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How do I use my own Android Keystore file within Project Settings?

What is the original package name you used?

Haim
Posts: 0
Joined: Wed Sep 05, 2012 9:15 am

How do I use my own Android Keystore file within Project Settings?

com.DrinkedIn.BarFinder (notice the 4 upper case characters)

Is there some way you can enter that for me in the database of Tiggzi so that it can work as an upgrade? This is a one-time request.

Haim
Posts: 0
Joined: Wed Sep 05, 2012 9:15 am

How do I use my own Android Keystore file within Project Settings?

com.DrinkedIn.BarFinder (notice the 4 upper case characters)

Is there some way you can enter that for me in the database of Tiggzi so that it can work as an upgrade? This is a one-time request.

Haim
Posts: 0
Joined: Wed Sep 05, 2012 9:15 am

How do I use my own Android Keystore file within Project Settings?

Or... could I edit the export file and reimport it into a new project? Would that import allow for the slight edit to the package name?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How do I use my own Android Keystore file within Project Settings?

com.DrinkedIn.BarFinder -- should be a valid package name. It might be a bug in Tiggzi.. I'll check.

Return to “Issues”