Skip to content

Commit 22720ab

Browse files
committed
Privacy manifests update User Defaults API reason
Privacy manifests update User Defaults API reason to include app groups, extensions, clips Previously: CA92.1 - Declare this reason to access user defaults to read and write information that is only accessible to the app itself. Now: 1C8F.1 - Declare this reason to access user defaults to read and write information that is only accessible to the apps, app extensions, and App Clips that are members of the same App Group as the app itself.
1 parent d2994ef commit 22720ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iOS_SDK/OneSignalSDK/OneSignalExtension/PrivacyInfo.xcprivacy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
3737
<key>NSPrivacyAccessedAPITypeReasons</key>
3838
<array>
39-
<string>CA92.1</string>
39+
<string>1C8F.1</string>
4040
</array>
4141
</dict>
4242
</array>

iOS_SDK/OneSignalSDK/Source/PrivacyInfo.xcprivacy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
7373
<key>NSPrivacyAccessedAPITypeReasons</key>
7474
<array>
75-
<string>CA92.1</string>
75+
<string>1C8F.1</string>
7676
</array>
7777
</dict>
7878
</array>

0 commit comments

Comments
 (0)