Does the Event-API work with native hybird apps (ui + service)?
Does the Event-API work with native hybird apps (ui + service)?
BY 12 May 2020Native Application Development
Hi everyone, I’m trying to implement a package consisting of two native applications for wearables. The problem I face is that if I start both applications separately, the event-api works as it is supposed to work. But as soon as I combine both applications in one project via “Tizen Studio->Package->Multi” the Event-API doesn’t work anymore. In the service I am no longer able to receive the events.
I prepared two code snippets and also got a minimal working example that I can send you if you want to test it yourself.
It consists of: UI-APP with the app-id org.example.uibuildersingleview. What it does: You push a button and execute the following code snippet
Does the Event-API work with native hybird apps (ui + service)?
Hi everyone, I’m trying to implement a package consisting of two native applications for wearables. The problem I face is that if I start both applications separately, the event-api works as it is supposed to work. But as soon as I combine both applications in one project via “Tizen Studio->Package->Multi” the Event-API doesn’t work anymore. In the service I am no longer able to receive the events.
I prepared two code snippets and also got a minimal working example that I can send you if you want to test it yourself.
It consists of: UI-APP with the app-id org.example.uibuildersingleview. What it does: You push a button and execute the following code snippet
In the service I register the listener:
Do you have an idea what I’m doing wrong?
I also tested the “Message Port”-Api. Same behaviour! As soon as I combine the application in a project, the communication stops working.
I appreciate any help – I’m out of ideas…
Cheers Keaselstein
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio