Trying to update a Samsung store app - getting error "The signing key is invalid. Please check the signing key of the binary"

StackOverflow https://stackoverflow.com/questions/17144436

문제

We are building an update Android apk using Corona SDK - with the Target App Store set to "Samsung".

We are definitely using the same keystore file that we used to sign the original build. I've used it plenty of times, and it's the only one I have for this app so it's definitely the right one. When uploading updates to Google Play it has worked fine, it's just not working on the Samsung store for some reason

We keep getting this error message:

"The signing key is invalid. Please check the signing key of the binary"

I can only presume this refers to the keystore used to sign the application, searching for the problem didn't turn up much, other that someone who had asked the same question on the samsung forums and never got a reply.

Is there something else we could have missed?

도움이 되었습니까?

해결책

It turned out that the error was not at our end, it was being caused be a fault on the store itself.
We had to delete the app and upload it again as a new application, at Samsung's suggestion.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top