anyrtc
  • anyRTC平台
  • 应用场景
    • 实时直播
      • Android
      • iOS
      • Web
      • 错误码
    • 互动连麦
      • Android
      • iOS
      • 错误码
    • 视频会议
      • Android
      • iOS
      • Web
      • 微信小程序
      • 错误码
    • 点对点
      • Android
      • iOS
      • Web
      • 错误码
    • 在线娃娃机
      • Android
      • iOS
      • Web
      • 错误码
    • 互动白板
      • Android
      • iOS
      • Web
      • 错误码
    • 指挥调度
      • Android
      • iOS
      • Web
      • 错误码
  • 工具
    • Web屏幕共享
    • 浏览器WebRTC检测
  • 服务
    • 服务对接文档
      • 实时直播转码服务指南
      • 录像服务指南
      • 状态服务指南
      • CALL服务指南
    • 安全文档
      • 应用级安全设置指南
      • 服务级安全设置指南
  • FAQ
    • iOS常见问题
    • Android常见问题
    • Web常见问题
    • 其它常见问题
    • 计费说明
Powered by GitBook
On this page
  • iOS进入后台后,听不到其他端说话了?
  • 手动集成SDK,运行时出现Reason: image not found的错误怎么回事?
  • 集成SDK后,运行时出现This app has crashed because it attempted to access privacy-sensitive data without a usage description.的错误怎么解决?
  • 集成SDK后,运行时出现The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.的错误怎么解决?

Was this helpful?

  1. FAQ

iOS常见问题

PreviousFAQNextAndroid常见问题

Last updated 6 years ago

Was this helpful?

iOS进入后台后,听不到其他端说话了?

打开TARGETS->Capabilities->Background Models 选中Audio,AirPlay,and Picture in Picture

手动集成SDK,运行时出现Reason: image not found的错误怎么回事?

打开TARGETS->General->Embedded Binaries 点击+号把anyRTC SDK添加进来即可

集成SDK后,运行时出现This app has crashed because it attempted to access privacy-sensitive data without a usage description.的错误怎么解决?

打开TARGETS->Info 添加权限

集成SDK后,运行时出现The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.的错误怎么解决?

打开TARGETS->Info 添加权限

ios_question_01