There was a task to implement Push-notifications for the application, but I did not come across them before. Found a bunch of articles, but they all involve the use of Google- account. Is it possible to do without him?
The message sending scheme is as follows (correct if I am wrong):
- The device is registered with Google.
- The client server sends notifications to Google.
- Google forwards the message to the device.
What does the server need to send messages to Google ? Certificate maybe?
How to bypass the Google service, so that the server would send notifications directly to the device?