highcharts-ios
highcharts-ios copied to clipboard
Invalid Privacy Manifest File
I got the above message from Apple when i submitted the latest version of my App. I am using version 11.4.0 in my latest release.
Hello @jobinsjohn, thanks for the reporting. I hope it will be fixed next release.
Hello @jobinsjohn, v11.4.1 has been released. Please check and close the issue if everything is good. Thank you.
Hi @ihnatmoisieiev
Sadly, the privacy manifest is still invalid:
Missing an expected key: 'NSPrivacyCollectedDataTypes'
You can verify it by adding the SDK to any app, archive the app and then in the Xcode Organizer ctrl-right click the archive and select "Generate Privacy Report".
As far as I understand the requirements, all 4 keys need to be defined in the file, even if there are no values to be declared:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>
Cheers
Hello @7-plus-t, thanks for your attention. The issue is fixed and the correct Privacy Manifest file will be available starting the next release.