Hi,
not sure if I am posting this question in the right board... sorry for that if I am mistaken.
We have an scenario where we want two running apps to communicate. Right now, we are using the "Tapatask" class to send a message to a specific task.
If the target task is running, it works fine: we are able to receive the message on the "HandleMessageL" method of the "MCoeMessageObserver" class, on the target app. However, if the task is not running, the app gets started, but the message is not received. At least, not in the method HandleMessageL.
I tried to search for this but found no info; is this how it actually works? Is there any other method, more suitable, to implement this functionality?
Thanks in advance,
Kike



