'VoIP call notification using firebase cloud messaging in React Native in iOS when app is in background or kill state
We are implementing VoIP pushes in our app (iOS) using FCM for displaying incoming call in iOS.
We have done following steps:
added VoIP certificate in developer console.
added the APN certificate in firebase console.
use
contentAvailable: true
& setpriority: "high"
for cloud messages.Setting
apns-priority
as 10 ORapns-push-type
as voip results in error: invalid arguments.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|