Skip to content

Commit df57c57

Browse files
committed
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 0ba13bf commit df57c57

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
@@ -48,7 +48,7 @@
4848
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
4949
<key>NSPrivacyAccessedAPITypeReasons</key>
5050
<array>
51-
<string>CA92.1</string>
51+
<string>1C8F.1</string>
5252
</array>
5353
</dict>
5454
</array>

0 commit comments

Comments
 (0)