Install Hello world application on Real LG

Install Hello world application on Real LG ends with ERROR

I have an issue when I try to install my app on my real tv I’m getting the following error, cannot find something on that on the web, can you help me understand better what the issue is?


Tv system info:
modelName : 55UK6200YVA
sdkVersion : 4.4.0
firmwareVersion : 05.50.15


SDK Version (mac os apple chip)
ares -V => Version: 3.1.2


Command:
ares-launch -d myTv com.domain.app -v


The issue start here:
ares-launch verb luna#sendWithoutErrorHandle() errorText: 'Service does not exist: com.webos.service.sessionmanager.'


Outout:

ares-launch verb novacom#Session()#begin() }
ares-launch info novacom#Session()#begin() ssh session event: connected
ares-launch info session#getSessionList() options.display: undefined
ares-launch verb luna#sendWithoutErrorHandle() calling: luna://com.webos.service.sessionmanager//getSessionList ‘{“subscribe”:false}’
ares-launch info novacom#Session()#run() cmd:/usr/bin/luna-send-pub -n 1 luna://com.webos.service.sessionmanager//getSessionList ‘{“subscribe”:false}’, opt:{}
ares-launch verb novacom#Session()#run() resuming input
ares-launch verb novacom#Session()#run() on data (stdout)
ares-launch verb luna#sendWithoutErrorHandle() response: {
ares-launch verb luna#sendWithoutErrorHandle() returnValue: false,
ares-launch verb luna#sendWithoutErrorHandle() errorCode: -1,
ares-launch verb luna#sendWithoutErrorHandle() errorText: ‘Service does not exist: com.webos.service.sessionmanager.’
ares-launch verb luna#sendWithoutErrorHandle() }
ares-launch verb session#getSessionList() Error: Service does not exist: com.webos.service.sessionmanager.
ares-launch verb luna#send() calling: -n 1 luna://com.webos.applicationManager//launch ‘{“id”:“com.domain.app”,“subscribe”:false,“params”:{“displayAffinity”:0}}’
ares-launch info novacom#Session()#run() cmd:/usr/bin/luna-send-pub -n 1 luna://com.webos.applicationManager//launch ‘{“id”:“com.domain.app”,“subscribe”:false,“params”:{“displayAffinity”:0}}’, opt:{}
ares-launch verb novacom#Session()#run() resuming input
ares-launch verb novacom#Session()#run() on data (stdout)
ares-launch verb luna#send() response: { errorCode: -101, returnValue: false, errorText: ‘not exist’ }
ares-launch info finish()
ares-launch ERR! [com.webos.applicationManager failure]: luna-send command failed

Please check again with the samples we provide. Thank you.