The big picture: I would like to send some notification text from a server to a Construct 2 app running on smartphone. Is this possible?
The details: the player will be connecting to the server online. Now, once in a while, I would like to send some notification text to the players. I want it just like those pop up notification on the smartphones to inform the player stuff. Is this possible for the following:
1. Construct 2 app exported as HTML5 running on a server?
2. Construct 2 app exported as Android/iOS app?
3. Suppose the player closes down the app (ex. close web browser for HTML5 app and close app for exported Android/iOS), is it possible for the player to still receive some text notification? Or is this not possible with C2? Any extra server side technologies or any extra scripting/tool on smartphone required?