Trying to get my head around this. Firstly, storing static data on a server is straightforward, app connects to server, reads/writes stored settings on server.
Say you got a notification each time you were quoted on a forum for example, how does this work. So somebody quotes you, this quoted message gets send and stored server side as static data then the server sends? you a string(message) which your app receives the app creates a notification locally and pops up a notification on your phone. So all notifications are done locally I think by the app but the server still has to send the message first to tell what to be notified, so how does the server work out who(which client) to send this message too that you've just been quoted?
Say you got a notification each time you were quoted on a forum for example, how does this work. So somebody quotes you, this quoted message gets send and stored server side as static data then the server sends? you a string(message) which your app receives the app creates a notification locally and pops up a notification on your phone. So all notifications are done locally I think by the app but the server still has to send the message first to tell what to be notified, so how does the server work out who(which client) to send this message too that you've just been quoted?