Push Notification Configurations
To enbale push notification for SDK, you need to do the followings:
- Request Telcoflow team to set-up by providing the followings:
- macOS/iOS: bundle id and p12 file
- android: Firsebase Service Account Json file
- Receive app id
- Include app id in to register device API when doing the registration
Sample app id usage:
POST /call/private/v1/jwt/device/register
content-type: application/json
{
"jwt": "eyJraWQiOiJG",
"device": "android",
"deviceId": "01955f4f9914",
"deviceInfo": "Test Android Device",
"token": "fPWQWNEPQ,
"appId": "MOd6Z"
}