Skip to content

Commit

Permalink
Privacy manifests update User Defaults API reason to include app grou…
Browse files Browse the repository at this point in the history
…ps, 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.
  • Loading branch information
nan-li committed May 10, 2024
1 parent 0ba13bf commit df57c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
<string>1C8F.1</string>
</array>
</dict>
</array>
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalSDK/Source/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
<string>1C8F.1</string>
</array>
</dict>
</array>
Expand Down

0 comments on commit df57c57

Please sign in to comment.