-
Notifications
You must be signed in to change notification settings - Fork 14
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
App store rejection due to usage of private API's which are not exposed via the public iOS SDK #98
Comments
@simago Could you kindly address this issue? |
@ManojAtamai
|
I found a description that NSBlock problem had been fixed in very old version of Kotlin-native. |
@simago I am using SDK version 1.10.2. The Data Theorem security tool raised an issue, stating that the private API NSBlock is accessed in the initialization block. |
@simago I believe the _Kotlin_ObjCExport_initialize_block_invoke method, related to Kotlin's interoperability with Objective-C, is invoking a method that accesses the private API _NSBlock. Could you please cross-check this? |
@ManojAtamai I found a reference to Kotlin/Native adds a method to |
@simago Could you please remove the reference to NSBlock so that our security tool does not raise an issue? |
@ManojAtamai ObjCExport.mm is a part of Kotlin, so I can not change it. |
_Kotlin_ObjCExport_initialize_block_invoke accessed _NSBlock from / System/Library/Frameworks/CoreFoundation.framework/CoreFoundation where NSBlock is a private API.
The text was updated successfully, but these errors were encountered: