jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
44 stars 33 forks source link

IOS publish issue #95

Open mhsnprvr opened 2 weeks ago

mhsnprvr commented 2 weeks ago

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 commented 2 weeks ago

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.