Push notifications for on iOS and Android using Connect SDK
Android (FCM Server API Key)
Obtain the FCM Server API Key from the Firebase Console:
- Go to the Firebase Console (https://console.firebase.google.com/ (opens in a new tab)).
- Select your project.
- Navigate to the "Cloud Messaging" tab.
- Copy the Server Key provided under the "Project Settings" > "Cloud Messaging" section. Insert the FCM Server API Key into the Connect SDK:
- In the Connect dashboard, navigate to the settings for the mobile SDK.
- Locate the section for Android push notifications.
- Paste the FCM Server API Key into the designated field.
- Save your changes.
iOS (APNS Push P8/P12 Certificate)
Generate an APNS Push P8/P12 Certificate:
- Log in to the Apple Developer account.
- Create or download the appropriate APNS Push P8 or P12 certificate for your app.
- Note your Team ID and Authentication Key. Insert the APNS Push P8/P12 Certificate into the Connect SDK:
- In the Connect dashboard, navigate to the settings for the mobile SDK.
- Locate the section for iOS push notifications.
- Select the certificate type (P8 or P12) and upload the certificate file.
- Enter your Team ID, Authentication Key, and Bundle ID into the designated fields.
- Save your changes.