Commit 22cddbea by Maurits van Beusekom Committed by GitHub

Add the use of NSUserDefaults to privacy manifest (#1293)

parent 3be556e6
## 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 ## 9.4.1
* Adds privacy manifest. * Adds empty privacy manifest.
## 9.4.0 ## 9.4.0
......
...@@ -5,7 +5,16 @@ ...@@ -5,7 +5,16 @@
<key>NSPrivacyTrackingDomains</key> <key>NSPrivacyTrackingDomains</key>
<array/> <array/>
<key>NSPrivacyAccessedAPITypes</key> <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> <key>NSPrivacyCollectedDataTypes</key>
<array/> <array/>
<key>NSPrivacyTracking</key> <key>NSPrivacyTracking</key>
......
...@@ -2,7 +2,7 @@ name: permission_handler_apple ...@@ -2,7 +2,7 @@ name: permission_handler_apple
description: Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions. description: Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
repository: https://github.com/baseflow/flutter-permission-handler repository: https://github.com/baseflow/flutter-permission-handler
issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues
version: 9.4.1 version: 9.4.2
environment: environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment