Hello guys,
I was able to run my web service app using tizen.application.launchAppControl(new tizen.ApplicationControl(...))
, but I couldn't start it using config.ini
. IDE keeps asking me about certificates even though I created 'Partner-level' certificate for Tizen and for Samsung (using DUID's).
A partner level certificate is required to launch and debug the web service app...
I tried the following in different sequences:
- Project > clean
- Build signed packages
- Change the certificates
- Restart Tizen Studio
But it seems that builder refuses to put service/service.js
into package.
It seems that there's no sign of working service app sample/example in documentation.
Could you guys please provide me with working service app sample?
I run Tizen Studio on MacBook Pro '15 (late 2013), OS High Sierra.