Reputation: 528
I am trying to integrate Sendbird
with iOS in swift. Outgoing call is working fine for me. I am not getting any Push for incoming calls. neither of the delegate methods of cxproviderdelegate
are not getting called. Can any one help me to understand how to implement the same?
I have uploaded all the voip and push notification certificates on sendBird portal. Same certificates are working fine with FCM for receiving push from FCM.
Upvotes: 0
Views: 442
Reputation: 86
Rishi,
Typically when we see issues with push notifications for iOS, it stems from a few things.
If you have not already, I'd highly take a look at the iOS Calls Sample App and compare its implementation to yours.
Unfortunately without a lot more information it's difficult to guide you on how to properly implement iOS Calls in Swift. You may consider utilizing their Community for more back and forth conversations.
Upvotes: 1