@monaca/monaca-plugin-barcode-scanner
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@monaca/monaca-plugin-barcode-scanner", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Monaca Barcode Scanner Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -232,2 +232,15 @@ # monaca-plugin-barcode-scanner | ||
## iOS Privacy Manifest | ||
As of May 1, 2024, Apple requires a privacy manifest file to be created for apps and third-party SDKs. The purpose of the privacy manifest file is to explain the data being collected and the reasons for the required APIs it uses. Starting with `cordova-ios@7.1.0`, APIs are available for configuring the privacy manifest file from `config.xml`. | ||
As an app developer, it will be your responsibility to identify additional information explaining what your app does with that data. | ||
In this case, you will need to review the "[Describing data use in privacy manifests](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests)" to understand the list of known `NSPrivacyCollectedDataTypes` and `NSPrivacyCollectedDataTypePurposes`. | ||
Also, ensure all four keys—`NSPrivacyTracking`, `NSPrivacyTrackingDomains`, `NSPrivacyAccessedAPITypes`, and `NSPrivacyCollectedDataTypes`—are defined, even if you are not making an addition to the other items. Apple requires all to be defined. | ||
Additional Resources: | ||
- [App Privacy Details](https://developer.apple.com/app-store/app-privacy-details/) | ||
- [Privacy Manifest Files](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files?language=objc) | ||
## License | ||
@@ -238,1 +251,2 @@ | ||
[^1]: QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and in other countries. | ||
# Release Notes | ||
## 1.4.1 | ||
- Add information about iOS privacy manifest. | ||
## 1.4.0 | ||
@@ -4,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101681
251