Prerequisites
Before integrating, ensure you have:
- Channel ID: A valid UUID representing your app's channel in Pushblitz.
- Native Push Setup: Your app must already be configured to receive push notifications via Firebase Cloud Messaging (Android) or Apple Push Notification service (iOS).
Since Pushblitz operates on a Bring-Your-Own-Key model, you will use your own Firebase (FCM) and Apple (APNs) credentials. Your backend administrators upload these credentials to the Pushblitz Dashboard. Your mobile app's responsibility is simply to retrieve the device token from the operating system and send it to the Pushblitz API.