Good day, I really hope someone can help me with this. I'm having difficulties trying to sync data between 2 devices. Google Cloud messaging seems like the thing I want to use, and I've played with the tutorial. However I had the following questions:
- I'm broadcasting commands to all users.. How do I send messages to a specific user?
- How do I send data back to the webserver?
- Is this the correct way of syncing data between multiple devices using the same google account?
The data will really be a small amount, so I do not need a massive server to accomplish it, and the 4KB limit on GCM will be more than enough.
PS I'm using Android studio.
Thanks for the help