-
I updated the barcode dependency to the newest version
After building the ios project and uploading it I always get the warning from apple that the privacy manifest is missing. Also with privacy_manifest_analyser.sh I'm getting the messages: `Analyzing MLKitBarcodeScanning ... 🛠️ Descriptions for the following required API reason(s) may be missing: 2 Do I have to add the manifest manually or what is the correct solution here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, the privacy manifest should be included in the ML Kit SDK. Seems like they released a new version last week: googlesamples/mlkit#765 |
Beta Was this translation helpful? Give feedback.
No, the privacy manifest should be included in the ML Kit SDK. Seems like they released a new version last week: googlesamples/mlkit#765
I will update the dependencies and publish a new plugin version (see #150).