Languages

Menu
Sites
Language
Problem with certificate

Hello,

I wanted to sent my updated application to the tizen store, but application was rejected. In attached InstallLog I found:

I/osp-installer( 2563): void InstallerManager::PrintError(int)(804) >  # Error     = [CERTIFICATE_CHAIN_VERIFICATION_FAILED] Thrown when the certificate chain verification has failed.(33)

I used the same certificate that I used in previous version. What could be wrong? Can I generate new certificate and use it to send update?

Thanks!

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 Replies
Slawek Kowalski
Make sure you use the same certification. Maybe you have two keys in keystore and you used another one for last update. Ultimately remove current app form tizen store and upload a new one with a new signing - it saves your time if you are in hurry. I suppose you can't sign a new update with a new certificate. It doesn't work for Google Play and shouldn't work in tizen store, it because the updated app will be not visible for customers.
I have same problem. I generated the certificate file according to the instructions shown in the link (https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.app...). And my application packaged with this certificate file. However, due to the application of registration process continuously returned an invalid certificate error from Tizen Seller Office certififation team. https://developer.tizen.org/forums/native-application-development/fail-verify-author-signature.
RAJENDRA NAIK
Hi Kamil Niezrecki, Can you please follow the below procedure and let me know the result. PROCEDURE ========= 1. Create .p12 file using Tizen IDE certificate-generator. You can find how to use from here, http://bit.ly/12purhC 2. Configured the "Author Certificate" from Tizen IDE->Preferences->Tizen SDK -> Secure Profiles-> *.p12 File Path and Password (Keep blank Distributor Certificate) 3. Set target to "Release" from "Select Project and right click"->Build Configurations ->Set Active -> Release 4. Complete build configuration, "Select Project and right click"->Properties->C/C++ Build ->Tizen Settings ----- Confirm Settings as below ------ Configuration : Release [Active] Rootstrap Information - Platform : Tizen 2.1 Architecture : ARMv7-a Name : Tizen Device 2.1 Toolchain Information - Name : LLVM-3.1 5. Now build the app to submit, "Select Project and right click"->Build Package ->TPK 6. Submit the *.tpk file to store from {project root}\Release directory.
RAJENDRA NAIK
Please set the active certificate .. set the author certificate path only and enter the password on build -- I don't think it matters I have not set the distributor certificate .. and also "Insert Signature at Launching" unchecked. Please follow the above instructions and let me know the result.