Skip to content

Commit 1349904

Browse files
committed
add NSPrivacyCollectedDataTypes to Core
* Apparently `NSPrivacyCollectedDataTypes` needs to be in the privacy manifest for Core even though the framework doesn't use any. * The generated report would say "Missing an expected key: 'NSPrivacyCollectedDataTypes' YourApp.app/Frameworks/OneSignalCore.framework/PrivacyInfo.xcprivacy"
1 parent 674800e commit 1349904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iOS_SDK/OneSignalSDK/OneSignalCore/PrivacyInfo.xcprivacy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSPrivacyCollectedDataTypes</key>
6+
<array/>
57
<key>NSPrivacyAccessedAPITypes</key>
68
<array>
79
<dict>

0 commit comments

Comments
 (0)