Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to upload to app store #33

Open
tylerjames opened this issue Mar 24, 2022 · 1 comment
Open

Unable to upload to app store #33

tylerjames opened this issue Mar 24, 2022 · 1 comment

Comments

@tylerjames
Copy link

I recently switched from the old Google pod to a binary. I'm getting a rejection when trying to upload a build to the app store:

The app references non-public selectors in ... initWithURLStrings:, receiver, sdp, setIsAudioEnabled:, setIsEnabled:, videoSource

This seems absurd. They're all methods related to WebRTC in RTCAudioSession, RTCIceServer, RTCPeerConnectionFactory etc. I can't imagine why they would have worked previously but not now.

Has anyone else encountered this?

@stasel
Copy link
Owner

stasel commented Jun 22, 2022

Oh this is very strange and annoying! It may be related to an issue existed a while ago with namespace collision between WebRTC and iOS Safari WebRTC libraries. But as far as I remember it was fixed on iOS 13.

If you still encounter the issue, maybe it's worth asking in WebRTC Google group or opening a bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants