OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
Other
496
stars
263
forks
source link
[3.x.x] Privacy manifests - User Defaults API reason to include app groups #1494
Update Privacy Manifest for Extension and OneSignal usage of User Defaults API reason to include app groups, extensions, and app clips.
Details
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.
SDK clients are instructed to set up app groups is so that some data can be shared in the Notification Service Extension and the main app target.
Description
One Line Summary
Update Privacy Manifest for
Extension
andOneSignal
usage of User Defaults API reason to include app groups, extensions, and app clips.Details
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.SDK clients are instructed to set up app groups is so that some data can be shared in the Notification Service Extension and the main app target.
Motivation
Scope
Privacy manifests
Testing
Unit testing
None
Manual testing
None
Affected code checklist
Checklist
Overview
Testing
Final pass
This change is