googlesamples / mlkit

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Apache License 2.0
3.51k stars 2.92k forks source link

[Feature request] MLKit and Apple’s new Privacy Manifests #765

Closed RogVok closed 8 months ago

RogVok commented 8 months ago

What's your feature request? Please describe. Hello, starting this spring Apple will require SDK developers to provide a so-called privacy manifest. More info: https://developer.apple.com/videos/play/wwdc2023/10060/

Does Google MLKit plan to include a privacy manifest in the SDK?

Many thanks and warm regards!

Mobile environment iOS

miworking3 commented 8 months ago

Yes, ML Kit is planning a public release in Q1 to address this problem, please stay tuned.

RogVok commented 8 months ago

Great! That makes us all happy 🤗

Shrirama-Upadhya-A commented 5 months ago

Do we have any updates from Google regarding this? Are there any threads that we can refer to?

miworking3 commented 5 months ago

The new release will come out this week.

RogVok commented 5 months ago

Update: looks like GoogleMLKit v 6.0.0 with a new privacy manifest has been released: https://developers.google.com/ml-kit/release-notes

224XS commented 4 months ago

I tried to update to MLKit Translate 5.0.0 within the new 7.0.0 MLKit for iOS, but the update fails repeatedly.

when i run pod update I get: [!] CDN: trunk URL couldn't be downloaded: Analyzing dependencies https://cdn.cocoapods.org/Specs/b/8/1/MLKitTranslate/5.0.0/MLKitTranslate.podspec.json Response: Failure when receiving data from the peer

The pod spec file appears to actually be intact at that URL. Any solutions?