Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve list of signing keys #1419

Open
natanraj opened this issue Jul 9, 2017 · 10 comments
Open

Improve list of signing keys #1419

natanraj opened this issue Jul 9, 2017 · 10 comments

Comments

@natanraj
Copy link

natanraj commented Jul 9, 2017

Problem description

I have created just 3 keys so far in the Tabris (Android debug, android release and iOS Dev).
But in the drop down of Settings page, for both Debug and Release, so many keys are shown. I am now not sure which key i built with on my last release. Due to this my app is unable to upgrade (App not installed - error shown why i upgrade). But fresh install works, which is not what I intend to do in Production.

Expected behavior

Not sure, in my app settings page i should see the one actual release key, so that I don't have this confusion.

Environment

Cloud build.

@cookieguru
Copy link
Contributor

cookieguru commented Jul 9, 2017

From tabrisjs.com you can click on your name in the upper right and then select 🗝️ Signing Keys. From there you can see a list of all your keys and hopefully figure out which one is which. You can also delete old or unused keys.

@natanraj
Copy link
Author

natanraj commented Jul 9, 2017

@cookieguru Thanks, this the same link i went and checked. And checking now with new build using older keys. Let me see.

But any idea how these many repetitive keys are there (though i just created 3)

@cookieguru
Copy link
Contributor

If you delete an app from the My Apps section and then add it again with Create App new signing keys will be generated for Android. iOS keys can't be autogenerated and likely isn't your issue.

@natanraj
Copy link
Author

natanraj commented Jul 9, 2017

@cookieguru Thanks once again...So even by mistake i shouldn't delete my Apps in My App section ... ?

@natanraj
Copy link
Author

natanraj commented Jul 9, 2017

@cookieguru I see 14 Release build keys alone. No repitition of debug keys..

@cookieguru
Copy link
Contributor

You can delete apps, just know that the signing keys aren't deleted when you delete the app.

If you see 14 release keys, it probably means you uploaded them 14 times.

@natanraj
Copy link
Author

natanraj commented Jul 9, 2017

@cookieguru Might be ... Now how can i ensure i am referring to the same key that i used in apk in playstore ? Else i am stuck without option to upgrade my apps in playstore

@cpetrov
Copy link
Member

cpetrov commented Jul 9, 2017

You can check the fingerprint of the certificate of your apk by running:

keytool -list -printcert -jarfile app.apk

The fingerprints of the uploaded keys will be shown on the Signing Keys page. Make sure both fingerprints match.

@ralfstx ralfstx changed the title Repetitive same keys (in Signing Keys page) Improve list of signing keys Jul 12, 2017
@ralfstx
Copy link
Member

ralfstx commented Jul 12, 2017

It seems that we should improve the list of signing keys in the connect UI.

@cpetrov
Copy link
Member

cpetrov commented Jul 12, 2017

Keys generated by Tabris Connect could be shown separated from keys uploaded by the user.

Generated keys could be shown in a section called Generated Keys/Default Keys (or similar) and keys uploaded by the user can be shown in a section called My Keys/Uploaded Keys (or similar).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants