Hi,
We are trying to build a web service app using javascript according to this document:
https://developer.tizen.org/ko/development/guides/web-application/application-management/applications/service-application?langredirect=1
It is paired with a UI app and everything runs perfectly on the emulator. But it fails to load on to a Gear S3 device running 2.3.2.x with the following error:
[Initializing the launch environment...]
RDS: Off
Target information: SM-R760
Application information: Id(vIHE3r80iH.UIApp), Package Name(vIHE3r80iH), Project Name(UIApp)
[Transferring the package...]
Transferred the package: wgt stream -> /opt/usr/apps/tmp/UIApp.wgt
[Installing the package...]
path is /opt/usr/apps/tmp/UIApp.wgt
start process (install)
....
error : 143
end process (fail)
processing result : Unknown Error [143] failed
spend time for pkgcmd is [837]ms
cmd_ret:143
An exception occurred
(Installing the package... > Fail)
An exception occurred
Unexpected stop progress...
(6.769 sec)
I have created a partner level certificate, although I am not approved as a partner by Samsung ... but this should be OK for development right? From what I understand, we will only need partner level approval from Samsung for putting it on the Store. Please correct me if I am confused.
Does anyone know of a sample web service application?
Thanks in advance for any help.