Non-public API usage error for my react-native app

早过忘川 提交于 2019-12-11 09:52:55

问题


When i submit my react native app to appstore, it gets denied with the error:

The app references non-public selectors in yourApp: channelId, initWithURLStrings:, isBinary, reportId, sdp, sendData:, setChannelId:, stringForType:, typeForString:

When i search my project, it looks like react-native-webrtc is using them, which is a npm module.

Did anyone faced this problem because of the used modules, and what should i do at this point?


回答1:


The first step would be to post an issue on the GitHub issues page of the submodule you've mentioned. If they're using non-public APIs they may need to make some changes.



来源:https://stackoverflow.com/questions/42784983/non-public-api-usage-error-for-my-react-native-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!