Software Archive
Read-only legacy content
17061 討論

how to get keyfile

mahdi_h_
初學者
1,063 檢視

HI 

i want to get my keyfile (i use xdk sign) and i need my keyfile now

how i must get it ? i know i must email to html5tools@intel.com with my acount email but what information i must send ? 

i email yesterday and just say i want my keyfile, is that ok ? 

0 積分
7 回應
John_H_Intel2
員工
1,063 檢視

Previously you needed to email us, but now you can download your keystore yourself. Please log in and go to this page https://appcenter.html5tools-software.intel.com/certificate/export.aspx

Ad
新貢獻者 III
1,063 檢視

JOHN H. (Intel) wrote:

Previously you needed to email us, but now you can download your keystore yourself. Please log in and go to this page https://appcenter.html5tools-software.intel.com/certificate/export.aspx

Maybe a stupid question, but what is the authentication code and where can I find it?

SOLVED: On the first page there is a term " identification code" used and on the second "authentication code", but it's the same!
After you have generated "a unique identification code", it will be sent to your email address. This code can be used as "authentication code" on the second page where you can download your keystore.

P.S. I see that many options in the AppCenter are working again, e.g. Download.
I thought the AppCenter was almost closed and all functionality will be moved to the XDK IDE asap, new policy?

Josef_J_
初學者
1,063 檢視

You can easily generate a key for your apps and use it for all you apps and sign them with this tool 

https://shatter-box.com/knowledgebase/android-apk-signing-tool-apk-signer/

mahdi_h_
初學者
1,063 檢視

Josef J. wrote:

You can easily generate a key for your apps and use it for all you apps and sign them with this tool 

https://shatter-box.com/knowledgebase/android-apk-signing-tool-apk-signer/

hi i want to sign my app with this tool with xdk keystore but it say :

private key algorithm is not compatible with signature algorithm

why ?! how do i fix it ?

Ad
新貢獻者 III
1,063 檢視

mahdi h. wrote:

Quote:

hi i want to sign my app with this tool with xdk keystore but it say :
private key algorithm is not compatible with signature algorithm
why ?! how do i fix it ?

 

Why do you want to use the XDK keystore?
I think it's easier to generate your own keystore and used that KS for signing your app, like you do with Android Apps build with Eclipse or Android Studio.
This android-apk-signing-tool-apk-signer tool makes it very easy!

But you question remains valid: why?

 

PaulF_IntelCorp
1,063 檢視

If you've already submitted an Android app to the store that uses the certs created by the XDK build system you need to continue using that cert for future submissions to the store. However, if you have NEVER submitted you app to the store then you can sign it yourself using your own cert and do not need the one that the XDK build system creates automatically.

So retrieving the cert from our build system is ONLY necessary if you need it because you already have submitted your app to the store, based on our build system, and need to submit a new version of the same app to the store but are using a different build system.

Filip_S_2
初學者
1,063 檢視

Hello,

I already have submitted my app to the store, based on Intel XDK build system, and need to submit a new version of the same app to the store but built using a different build system. I've downloaded the .keystore file and all the details, but I get the "private key algorithm is not compatible with signature algorithm" error when using jarsigner.

How to solve this?

 

*SOLVED*

Just use SHA1withDSA

回覆