-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Adding xcprivacy to all targets for privacy API access #3343
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #3343 +/- ##
==========================================
+ Coverage 59.44% 68.22% +8.78%
==========================================
Files 7 1075 +1068
Lines 466 35868 +35402
==========================================
+ Hits 277 24471 +24194
- Misses 189 11397 +11208
Flags with carried forward coverage won't be shown. Click here to find out more. see 1068 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Co-authored-by: Sebastian Villena <[email protected]>
Co-authored-by: Sebastian Villena <[email protected]>
Issue
#3327
Description
Describing use of required reason API
As required by the Apple App Store, we provide the new
PrivacyInfo.xcprivacy
file for describing use of required reason API, see Describing use of required reason API. You can also export the privacy report after archiving your App in Xcode, see Exporting a privacy report.Following Amplify targets have been identified to be using the User Default APIs.
AWSCognitoAuthPlugin
AWSDataStorePlugin
AWSCloudWatchLoggingPlugin
InternalAWSPinpoint
General Checklist
Given When Then
inline code documentation and are named accordinglytestThing_condition_expectation()
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.