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

IOS publish issue #95

Open
mhsnprvr opened this issue Nov 3, 2024 · 1 comment
Open

IOS publish issue #95

mhsnprvr opened this issue Nov 3, 2024 · 1 comment

Comments

@mhsnprvr
Copy link

mhsnprvr commented Nov 3, 2024

Hi
after building the bundle for IOS and uploading it, I'm facing this error on Apple developer console:

ITMS-90338: Non-public API usage - The app references non-public selectors in 
Frameworks/JitsiMeetSDK.framework/JitsiMeetSDK: initWithURLStrings:.
 If method names in your source code match the private Apple APIs listed above, altering your method names 
 will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs 
 may be located in a static library that was included with your app. If so, they must be removed. For further information,
  visit the Technical Support Information at http://developer.apple.com/support/technical/

Any idea what should I do? (I can use a custom build if necessary)

@saghul
Copy link
Member

saghul commented Nov 4, 2024

Just reply saying that is not a private API, because it's not.

Those checks are made with some static analysis tool which is not infallible.

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