Software Archive
Read-only legacy content
17061 討論

but upon submit second version to Play getting:You must use the same certificate

Leonidas_S_
新貢獻者 I
729 檢視

I generate apk - not crosswalk - but upon submit second version to Play getting:You must use the same certificate.

Upload failed

You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):

[ SHA1: .................. ]

and the certificate(s) used to sign the APK you uploaded have fingerprint(s):

[ SHA1: ....................]

 

what's the solution...?  I changed PC OS and XDK version but - OS change is prior 1st submission....I think.

0 積分
7 回應
Leonidas_S_
新貢獻者 I
729 檢視

App version code: 1   changed to 2

cordova 3.5.1 to 4.1.2

 

from 1e to 2e // 2e=second submit

Amrita_C_Intel
729 檢視

Hello,

The package name must be the same and the .apk must be signed with the same private key. If the package name and signing certificate do not match those of the existing version, Market will consider it a new application and will not offer it to users as an update.

Leonidas_S_
新貢獻者 I
729 檢視

The package name must be the same and the .apk must be signed with the same private key

PACKAGE NAME Is same.

I do Not remember used private key - or changed it... How is relates private key to my project and where found??

App version code: 1    // this should be constant equal to one???  I used 2 in second version...

PaulF_IntelCorp
729 檢視

@Leonidas -- How did you build the app that is now in the store? Using the legacy APK build? Or did you build using some other system? In the XDK, the build certificate is automatically generated for you, based on your userid and account. If you changed accounts you will get a new certificate, which does not match the original certificate.

Leonidas_S_
新貢獻者 I
729 檢視

One account have ... intel xdk account...

I think not used legacy build but used Cordova Android but not crosswalk... for both.

 

Leonidas_S_
新貢獻者 I
729 檢視

See and above

Matters if changed from Cordova 3.5.1 to 4.1.2...? 

Otherwise really not know where the cert changed...

PaulF_IntelCorp
729 檢視

Does not matter if you changed from 3.5 to 4.1.

It's possible you have two accounts as a result of the transfer to our new login system. There were some situations where that happened. I'll ask the appropriate engineer if they can help.

回覆