Yashar
10/25/2021, 3:10 PM0.7.1
https://kotlinlang.slack.com/archives/C3SGXARS6/p1528475089000678 but I wanted to get another opinion from the community.
Our dynamic scanner has identified a use of private iOS API: Frameworks/Core.framework/Core: _unsymbolicated_function accessed _NSBlock
within a KMP library module. Upon some digging, I came across this similar old issue on github with fix already merged. So my question is, has anyone else come across this? And if so, is this issue already addressed and have folks been fine publishing to App store without rejections?Yashar
10/25/2021, 3:22 PMYashar
10/25/2021, 3:36 PMYashar
10/25/2021, 3:37 PMolonho
10/25/2021, 4:31 PMsvyatoslav.scherbina
10/26/2021, 7:49 AMhave folks been fine publishing to App store without rejections?We regularly check that Kotlin/Native-compiled binaries can be successfully uploaded to App Store.
why adding a method via category is considered as private API usage but this workaround is not?Because that’s how Apple automated checks work.
If Apple considers it okayIt seems to do.
Yashar
10/26/2021, 5:09 PM