Android Push Notification Setup
| Android | iOS |Android
The Telnyx Android Client WebRTC SDK makes use of Firebase Cloud Messaging to deliver push notifications. If you want to receive notifications when receiving calls on your Android mobile device you need to enable Firebase Cloud Messaging within your application. To do this you need to:- Set up a Firebase console account
- Create a Firebase project
- Add Firebase to your Android Application
- Setup a Push Credential within the Telnyx Portal
- Generate a Firebase Cloud Messaging instance token
- Send the token with your login message




- Go to portal.telnyx.com and log in.
- Go to the API Keys section on the left panel.
- From the top bar go to the Credentials tab and select “Add” >> Android Credential

- Enter the details required for your Android Push Credentials. This includes a Credential name and the generated server key in JSON format in the field Project Account json

- Go to the SIP Connections section on the left panel.
- Open the Settings menu of the SIP connection that you want to add a Push Credential to or create a new SIP Connection.
- Select the WebRTC tab.
- Go to the Android Section and select the PN credential you previously created.

After pasting the above content, Kindly check and remove any new line added
iOS
The Telnyx iOS Client WebRTC SDK makes use of APNS in order to deliver push notifications. If you would like to receive notifications when receiving calls on your iOS mobile device you will have to configure a VoIP push certificate.Creating a VoIP push certificate
In order to generate VoIP push certificates you will need:- An Apple developer account
- App BundleID
- CSR (Certificate Signing Request): Explained on Step #7
- Go to https://developer.apple.com/ and login with your credentials.
- In the Overview section, select “Certificates, Identifiers & Profiles”

-
Press the blue “+” button to add a new Certificate:

-
Search for “VoIP Services Certificate” and Click “Continue”:

-
Select the BundleID of the target application, and click “Continue”

-
Then, you will be requested to upload a CSR from your Mac.

-
In order to generate a CSR:
a. Open the KeyChain Access of your mac.
b. Go to Keychain Access >> Certificate Assistance > Request a Certificate from a Certificate Authority.



-
Once you have created your CSR, press “Choose File” and select the certSign created on step #7. Click “Continue” and you are done.

-
The new Certificate has been created. Now you need to download it:

- Search for the downloaded file (usually named voip_services.cer) and double click on it to install it on your Mac. And that’s all for now!
Obtain your Cert.pem and Key.pem files
In order to allow the Telnyx VoIP push service to send notifications to your app, you will need to export the VoIP certificate and key:- Open Keychain Access on your Mac (where you have installed the VoIP certificate by following the “Creating a VoIP push certificate” instructions).
-
Search for “VoIP services” and verify that you have the certificate installed for the BundleID of your application.

-
Open the contextual menu and select “Export”:

-
Save the .p12 file (A password will be requested before saving it):

- Once the certificate is created you will need to run the following commands to obtain the cert.pem and key.pem files:
After pasting the above content, Kindly check and remove any new line added
- Now you can go to your Portal account and configure your PN credential.
Setup your iOS VoIP credentials on your Portal
Create an iOS Push Credential:
- Go to portal.telnyx.com and login.
- Go to the API Keys section on the left panel.
-
From the top bar go to the Credentials tab and select “Add” >> iOS Credential

-
Set a credential name (You can use your app bundle ID to easy identify your PN credential) and then copy and paste the contents of your cert.pem and key.pem files into the defined sections (Notice that you need to copy from ---BEGIN ####--- to ---END--- sections including those marks):

- Save the new push credential by pressing the Add Push Credential button.
Assign your iOS Push Credential to a SIP Connection:
- Go to the SIP Connections section on the left panel.
- Open the Settings menu of the SIP connection that you want to add a Push Credential or create a new SIP Connection.
- Select the WEBRTC tab.
- Go to the iOS Section and select the PN credential created on “Create an iOS Push Credential”
