admin管理员组文章数量:1356084
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!
本文标签:
版权声明:本文标题:swift - Agora iOS SDK Upgrade Breaking Voice Call Feature (Delegate Methods Not Called) in XCode 16+ - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744049354a2582132.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论