Non-public API usage error for my react-native app
问题 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