What protocol is used for mobile push notifications?
Take android as an example. First, make a HTTP request from a third-party server to the Firebase server. The question is next. How does the FIrebase server select the required mobile from many and send push notifications?
Of course, I know I can send push notifications without worrying about that. However, I am curious about interest.
On TCP / IP, IP address and MAC address are required for communication, but how do you send push notifications to mobile?
Links used for studying
- Protocol used for sending push notification in Android
- Google Cloud Messaging - CCS (XMPP) vs HTTP server
thanks.