Hi,
I referred Uni-Directional Port communication (https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/tutorials/io_tutorial/unidirection_messageport.htm) and built a small application (implementing send/receive over ports).
I'm not able to receive messages in the receiver application.
I have done the following:
- Created a UI application to act as sender (This app ports the message using RemoteMessgaePort::SendMessage api)
- Another Service app (background application without UI) acts as receiver and receives the message in OnMessageReceivedN() as it inherits from IMessagePortListener
The problem I'm facing is, the messge gets sent (the last result is E_SUCCESS till SendMessage), but it is never received in the Receiver Application. The log inside OnMessageReceivedN never gets printed.
Please help me this. Where am I going wrong?Are there some manifest file changes or privileges to be added?
Kindly help me with this.
Thanks,
Priya