Languages

Menu
Sites
Language
Packaging a build for distribution on the Tizen Store?

Hi there is there any guides or FAQs on how to package a build to distribute on the Tizen Store.

Currently I'm building the project, then uploading the .wgt file.
However this always yields me a 'Failed to verify the integrity of package resource.' error from the certification team.

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

Responses

12 Replies
Hi, I assume that you were given detail rejected reasons. (Tizen Store -> Application -> Certification tab -> See Status and Click 'View' as for rejected reasons.) As for Guideline, I believe you can fine it in Tizen Store. (Click 'Guide' on the top right of the site.) You can also leave your questions in the 'Q&A' of Tizen Store for any verification query if required. I am doing the same. :) I hope it will help.
Marco Buettner
What includes your .wgt file?
I believe you can refer https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fapp_dev_process%2Fpackaging_app.htm. On top of all the sources, it includes signature1.xml and author-signature.xml as signing is required.
Sorry. Link should be https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fapp_dev_process%2Fpackaging_app.htm as for web project.
Ashraf Samy Hegab
Yep, that's what I'm already doing. Have you managed to submit your app to the store?
Ashraf Samy Hegab
Hmm. Build Package > TPK.> This option does not exist. http://i.imgur.com/w2CM8BT.png The store rejection reason's were 'Failed to verify the integrity of package resource.'.
Lakshmi Grandhi
TPK option will be enabled for Native Applications
 
My app also rejected for reason "Failed to verify the integrity of package resource.". I also received a log file from certification team. In log file it contains 
Log::
Hash exist and file not found. - res/fra-FA
The problem & solution is not clear to me from log. May be it is lac of my knowledge. Does anyone get the same issue for native application and resolved that? Thanks in advance to all co-operative member. 
Lakshmi Grandhi
Are you adding any content inside res folder. As per your log it states that fra-FA file missing in your package.
Dear Lakshmi, Thank you for your quick response. Yes there is a xml file name fra-FA without any extension. So, it is the reason for error. Does Tizen app not allow extension less file in resource directory? I am going to remove and resubmit again. Thanks,
Lakshmi Grandhi
Hi, Tizen supports file without extension that is not the issue, check why the file inside res folder is not included in application package.
Ashraf Samy Hegab
You should contact Tizen Store Support and ask them for why your app failed. The error report that they sent me said my app had failed because I had requested for a permission in the manifest file, and had nothing to do with the initial error message I had auto-received from the store. *In my experience they tend to auto-reject apps that ask for permissions (even if you explain what you use the permission for in the submission comments). Good news is those kind of rejections are optional, and if you tell them that it's ok to release the app with that permission, they'll do it.