When submitting our app to App Store Connect I am still receiving some warnings about missing required reasons. Using the binary-based scanner script located here I am seeing the following:
Used symbols in binary ./Debug.app/Frameworks/Intercom.framework/Intercom: NSFileCreationDate, NSFileModificationDate, NSFileSystemFreeSize, NSFileSystemSize, NSURLContentModificationDateKey, NSURLCreationDateKey, NSUserDefaults, stat
Looking at the Intercom PrivacyInfo.xcprivacy as of version 17.0.0 I see entries for UserDefaults and SystemBootTime, but not FileTimestamp even though the script shows there are references within the framework to NSFileCreationDate, NSFileModificationDate, NSURLContentModificationDateKey, NSURLCreationDateKey and stat.
Is this something you are aware of? Do you intend to add the appropriate reason to your privacy manifest?
Thanks!