Hi, we use apollo-kotlin with caching in our KMP A...
# apollo-kotlin
r
Hi, we use apollo-kotlin with caching in our KMP App and we received an email from Apple that we need to specify Api declaration for usage of specific APIs:
Copy code
NSPrivacyAccessedAPICategoryFileTimestamp 
NSPrivacyAccessedAPICategorySystemBootTime
NSPrivacyAccessedAPICategoryUserDefaults
NSPrivacyAccessedAPICategoryDiskSpace
Is there a chance that it is used by apollo? as we do not use these APIs
1
b
Hmm we don't use these in our code, at least directly. But we do have a few dependencies (including, Kotlin itself!)
👍 1