Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
22cddbea
Unverified
Commit
22cddbea
authored
Mar 21, 2024
by
Maurits van Beusekom
Committed by
GitHub
Mar 21, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the use of NSUserDefaults to privacy manifest (#1293)
parent
3be556e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
3 deletions
+18
-3
permission_handler_apple/CHANGELOG.md
+7
-1
permission_handler_apple/ios/Resources/PrivacyInfo.xcprivacy
+10
-1
permission_handler_apple/pubspec.yaml
+1
-1
No files found.
permission_handler_apple/CHANGELOG.md
View file @
22cddbea
## 9.4.2
*
Updates the privacy manifest to include the use of the
`NSUserDefaults`
API.
The permission_handler stores a boolean value to track if permission to always
access the device location has been requested.
## 9.4.1
*
Adds privacy manifest.
*
Adds
empty
privacy manifest.
## 9.4.0
...
...
permission_handler_apple/ios/Resources/PrivacyInfo.xcprivacy
View file @
22cddbea
...
...
@@ -5,7 +5,16 @@
<key>
NSPrivacyTrackingDomains
</key>
<array/>
<key>
NSPrivacyAccessedAPITypes
</key>
<array/>
<array>
<dict>
<key>
NSPrivacyAccessedAPIType
</key>
<string>
NSPrivacyAccessedAPICategoryUserDefaults
</string>
<key>
NSPrivacyAccessedAPITypeReasons
</key>
<array>
<string>
1C8F.1
</string>
</array>
</dict>
</array>
<key>
NSPrivacyCollectedDataTypes
</key>
<array/>
<key>
NSPrivacyTracking
</key>
...
...
permission_handler_apple/pubspec.yaml
View file @
22cddbea
...
...
@@ -2,7 +2,7 @@ name: permission_handler_apple
description
:
Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
repository
:
https://github.com/baseflow/flutter-permission-handler
issue_tracker
:
https://github.com/Baseflow/flutter-permission-handler/issues
version
:
9.4.
1
version
:
9.4.
2
environment
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment