Hello, I’m trying to integrate sendbird in compose...
# compose-ios
a
Hello, I’m trying to integrate sendbird in compose multiplatform project and everything is working fine in debug mode and the functionality is working fine but when trying to upload build to test flight I got email from apple:- ITMS-90338: Non-public API usage - The app references non-public symbols in AppName - DEV: _ubidi_close, _ubidi_getDirection, _ubidi_getLength, _ubidi_getLevelAt, _ubidi_openSized, _ubidi_reorderVisual, _ubidi_setPara, _ubrk_clone, _ubrk_current, _ubrk_first, _ubrk_getRuleStatus, _ubrk_getRuleStatusVec, _ubrk_isBoundary, _ubrk_last, _ubrk_next, _ubrk_previous, _uloc_getDefault, _uloc_toLanguageTag, _uscript_getScript. 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/ And after removing sendbird pod it’s working fine and I used the pod directly in another project without compose multiplatform and I didn’t get such issue, How I can solve this issue Any help will be highly appreciated.
@Dima Avdeev Any idea?
d
Hello!
I think your problem looks similar with this Issue: https://github.com/JetBrains/compose-multiplatform/issues/3840 Can you please add a comment to this Issue with your "sendbird pod" problem?
a
Thanks, I added the comment there