This is a migrated thread and some comments may be shown as answers.

Importing .keystore to Icenium

3 Answers 159 Views
AppBuilder in-browser client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Robin
Top achievements
Rank 1
Robin asked on 11 Jan 2014, 12:53 PM
I wish to publish to Google Play an update for an app that I've previously published outside of Icenium. In order to upload the new APK it must be signed using the same certificate as the very first APK.

For the first APK that I published I only have the Keystore file, named appname.keystore.

When importing cryptographic identities to Icenium only .p12 files are accepted. 

How do I go about it to import the certificate to Icenium so that I can correctly sign the update?

Note: I did try using keytool to convert, but I don't get the same fingerprint. Is this because it's the wrong .keystore file, or because I'm entering different values for validity, organization etc.?

3 Answers, 1 is accepted

Sort by
0
Accepted
Robin
Top achievements
Rank 1
answered on 11 Jan 2014, 04:23 PM
Problem solved, I was using keytool with the wrong parameters. Here's the correct way to make the .keystore file into a .p12 for import in Icenium:

keytool -importkeystore -srckeystore path/originalfile.keystore -destkeystore path/newfile.p12 -deststoretype PKCS12

And that's it! 
0
Durlabh
Top achievements
Rank 1
answered on 25 Sep 2015, 01:05 PM
Do do you remove previous selected certificate? I accidentally added wrong certificate but now i am unable to remove it.
0
Tsvetina
Telerik team
answered on 30 Sep 2015, 07:13 AM
Hi Durlabh,

Where are you trying to delete the certificate from? Deleting a certificate is allowed in all AppBuilder clients.

Regards,
Tsvetina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
AppBuilder in-browser client
Asked by
Robin
Top achievements
Rank 1
Answers by
Robin
Top achievements
Rank 1
Durlabh
Top achievements
Rank 1
Tsvetina
Telerik team
Share this question
or