最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

swift - Agora iOS SDK Upgrade Breaking Voice Call Feature (Delegate Methods Not Called) in XCode 16+ - Stack Overflow

programmeradmin1浏览0评论

I am working on an iOS client project where we have implemented Agora voice call functionality using the "AgoraAudio_iOS" SDK (version below 4.0.0). Everything was working perfectly fine, and the calls were being made successfully.

However, after encountering Apple's Bitcode restriction in XCode 16 and above, we upgraded the Agora SDK to a version greater than 4.0.0 to resolve this issue, as it contains Bitcode which is preventing us from uploading the app to the App Store or TestFlight.

After upgrading the bitcode related issue resolved and able to upload build on store and testflight, but the voice call feature has stopped working correctly. Specifically, the AgoraRtcEngineDelegate methods are not being called, even after the remote user accepts the call. Interestingly, the feature works fine with SDK versions below 4.0.0.

Has anyone faced a similar issue when upgrading the Agora SDK? Could you please provide guidance on how to resolve the issue of delegate methods not being triggered?

Thanks in advance for your help!

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论