I am trying to use AppServices to communicate between two apps. However, it seems like the communication is restricted to the following: Client app sends some data to AppService, which returns it's own data.
Is it not possible to have event listeners in the client, or any other way of sending information from the service to the client without the client initiating a request?
Thanks
Yes it's possible but the App need to open the connection. After opening the connection hook a event handler to the event RequestReceived
In your appservice you can send the data: