【发布时间】:2017-08-04 17:30:21
【问题描述】:
当我将我的 react 原生应用提交到应用商店时,它被拒绝并出现错误:
应用引用了 yourApp 中的非公共选择器:channelId, initWithURLStrings:, isBinary, reportId, sdp, sendData:, setChannelId:, stringForType:, typeForString:
当我搜索我的项目时,看起来react-native-webrtc 正在使用它们,这是一个 npm 模块。
有没有人因为使用过的模块而遇到过这个问题,此时我应该怎么做?
【问题讨论】:
标签: ios xcode react-native app-store webrtc