Signing Tizen web apps

Signing Tizen web apps

BY 11 Dec 2014 Web Application Development

Hi I’m trying to generate a signed .wgt package using /sdk/tools/ide/bin/tizen.bat. In order to do so, I do the following:

  1. Generate .p12 files using IDE
  2. Add profile named “test” (also using IDE)
  3. Copy profiles.xml to my project directory
  4. Run tizen.bat build-web  (in the directory of my project)
  5. Once the .buildResult is created, I change directory to it and run tizen.bat package -t wgt -s test:profiles.xml

When I do that, I get the following error: “There is no default profiles value in config file.”

Also, is there a way to generate profiles.xml file using command line tools?

I’m not quite sure what I’m missing here. Is there an additional param in the config.xml I’m missing? Thank you for your help.

Written by