[Problem/Question]
We have integrated Sendbird Calls into our application following the official examples:
github .com/sendbird/sendbird-chat-call-integration-sample-ios/tree/main/
github .com/sendbird/quickstart-calls-ios/tree/main?tab=readme-ov-file
While everything functions correctly in release builds, we are experiencing intermittent issues with VoIP and push notifications in debug builds. These notifications work sporadically and with significant delays. Additionally, when attempting to send a push notification via the Sendbird Dashboard in debug mode, we consistently encounter the following error:
Couldn’t send push notification. Status: 0 (org.springframework.web.reactive.function.client.WebClientRequestException)
This error message directs us to consult Apple’s APNs troubleshooting guide. However, in release builds, everything works as expected. We have verified that the APNs keys are correctly configured for both development and production environments. Moreover, since push and VoIP notifications occasionally function in debug mode, it indicates that the keys settings are likely correct.
The inconsistency between debug and release builds significantly complicates development and debugging processes. Is there a recommended approach or configuration to address this issue?
Question Regarding Group Calls:
According to Sendbird’s documentation, invitations for group calls can be received through VoIP push notifications. However, we have not found an example demonstrating native behavior similar to direct calls via CallKit for group calls. Is this achievable using the Sendbird SDK? (sendbird .com/docs/calls/sdk/v1/ios/features/voip-push-notifications)
IOS SDK v1
[Reproduction Steps]
- Go to Sendbird Dashboard in Debug mode
- Try to send push notification
[Frequency]
consistently
[Current impact]
Can’t implement group calls