Calls SDK iOS - Can't Receive Call Unless Call Is Made First

I can’t receive a call until after the authenticated user makes a call. I’m not sure what the issue is from looking at the documentation and the example app. We would like to not have to integrate PushKit and CallKit if that’s possible.

Hi @Jordan_Hall,
In order to use Sendbird Calls and receive incoming calls, you must integrate notifications into your application. If you do not want to use PushKit and CallKit, you can use regular remote notifications instead.
For a guide on implementing remote notifications, please refer to this documentation :slight_smile:

1 Like

Thanks! I’ll see if I can get it to work.