How do push notifications work?

User registration: the app registers its connection to a notification server (e.g. Apple Push Notification Service for iOS, Firebase Cloud Messaging for Android). In return, it receives a unique token that identifies the user's device.

Last updated