Posts

Post not yet marked as solved
3 Replies
638 Views
Hi, I just received a new email from AppStore Review while submitting our app for review. This time I got informed, that I need to declare two NSPrivacyAccessedAPITypes: NSPrivacyAccessedAPICategorySystemBootTime and NSPrivacyAccessedAPICategoryFileTimestamp. I tried to find where we make use of APIs falling under these categories, but I couldn't find any in our app code. I searched within our SwiftPM checkout folder too, seeing if there is an SDK missing the PrivacyInfo.xcprivacy file itself or the required declaration, again no luck. In another thread is described how a link map could help to find the source of my problem, but this file doesn't help me at all. I can find occurrences of the API names as string, but not all of them are API calls (e.g. creationDate which is a custom property). So my question is now, how can I find the source of these warnings? I dislike the idea of blindly adding both declarations with all options on. Best, Thomas
Posted
by T.Weese.
Last updated
.
Post not yet marked as solved
0 Replies
482 Views
Hi, I'm wondering what this .xcroot is good for? I can't find any documentation what I can put into this file. Does someone have knowledge about this file and possible content? Best Wishes, Thomas
Posted
by T.Weese.
Last updated
.