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?
Hey @olonho , looks like you approved the fix for the private API usage issue, so I am hoping to get some insight. I am unsure why adding a method via category is considered as private API usage but this workaround is not?
Yashar
10/25/2021, 3:37 PM
If Apple considers it okay, then I am too. Just want to make sure our app does not get rejected from publishing because we ignored the scanner finding.
o
olonho
10/25/2021, 4:31 PM
cc: @svyatoslav.scherbina
s
svyatoslav.scherbina
10/26/2021, 7:49 AM
have 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 okay
It seems to do.
y
Yashar
10/26/2021, 5:09 PM
Thank you for the timely response. I am less concerned with your confirmations. 👍