Przygotowanie do wymagań firmy Apple dotyczących ujawniania informacji w App Store
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Firma Apple wymaga, aby deweloperzy publikujący aplikacje w App Store ujawniali określone informacje o używaniu danych w ich aplikacjach. Firma Apple ogłosiła, że od 8 grudnia 2020 roku takie informacje będą wymagane w przypadku nowych aplikacji i aktualizacji aplikacji.
Ten dokument przedstawia zachowania biblioteki ML Kit, które mogą wymagać ujawnienia zgodnie z wytycznymi firmy Apple.
Ta strona zawiera listę danych zbieranych tylko przez najnowszą wersję każdego pakietu SDK ML Kit na iOS.
Zebrane dane
Dane zbierane we wszystkich funkcjach
Dane
|
Domyślnie pakiet SDK ML Kit zbiera...
|
Informacje o urządzeniu
|
Informacje o urządzeniu (takie jak producent, model, wersja systemu operacyjnego i kompilacja) oraz dostępne akceleratory sprzętowe systemów uczących się. Służy do diagnostyki i analizy użytkowania.
|
Informacje o aplikacji
|
Identyfikator pakietu i wersje aplikacji. Służy do diagnostyki i analizy użytkowania.
|
Identyfikatory urządzenia i inne
|
Identyfikatory instalacji, które nie służą do jednoznacznej identyfikacji użytkownika ani urządzenia fizycznego. Służy do diagnostyki i analizy użytkowania.
|
Dane dotyczące skuteczności
|
Dane dotyczące wydajności (np. czas oczekiwania). Służy do diagnostyki i analizy użytkowania.
|
Konfiguracja API
|
Konfiguracja interfejsu API (np. format i rozdzielczość obrazu). Służy do diagnostyki i analizy użytkowania.
|
Typ zdarzenia
|
Typ zdarzenia (np. inicjowanie funkcji, pobieranie modelu, wykrywanie, zwolnienie zasobów). Służy do diagnostyki i analizy użytkowania.
|
Kody błędów
|
Kod błędu zdarzeń cech (takich jak inicjowanie cech, pobieranie modelu, wykrywanie, zwalnianie zasobów). Służy do diagnostyki i analizy użytkowania.
|
Wykrywanie obiektów niestandardowych i oznaczanie obrazów etykietami
MLKitObjectDetectionCustom
MLKitImageLabelingCustom
Przetłumacz
MLKitTranslate
Ekstrakcja encji i rozpoznawanie atramentu cyfrowego
MLKitEntityExtraction
MLKitDigitalInkRecognition
- Skonfigurowane języki. Służy do diagnostyki i analizy użytkowania.
Inteligentna odpowiedź
MLKitSmartReply
Identyfikator języka
MLKitLanguageID
- Zidentyfikowane języki. Służy do diagnostyki i analizy użytkowania.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eStarting December 8, 2020, Apple requires developers to disclose data collection practices of their apps, including those using ML Kit.\u003c/p\u003e\n"],["\u003cp\u003eML Kit for iOS collects device information, application details, performance metrics, and other data for diagnostics and usage analytics across all features.\u003c/p\u003e\n"],["\u003cp\u003eSpecific ML Kit features, like custom object detection or translation, may collect additional data such as model information or configured languages.\u003c/p\u003e\n"],["\u003cp\u003eSome ML Kit features utilize Firebase services, requiring further data disclosure as outlined in Firebase documentation.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should review the detailed data collection information provided for each ML Kit feature to ensure accurate and complete disclosure to Apple.\u003c/p\u003e\n"]]],["Apple mandates developers disclose app data usage, effective December 8, 2020. The ML Kit iOS SDK collects device, application, and identifier information, performance metrics, API configuration, event types, and error codes, for diagnostics and usage analytics. Custom object detection and image labeling features also collect model details. Translate, Smart Reply features collect configured or identified languages. Entity extraction and digital ink recognition also gather configured languages. Specific features may use Firebase for additional functions.\n"],null,["# Prepare for Apple’s App Store data disclosure requirements\n\nApple requires developers publishing apps on the App Store to disclose\n[certain information](https://developer.apple.com/app-store/app-privacy-details/)\nregarding their apps' data use. Apple has\n[announced](https://developer.apple.com/news/?id=vlj9jty9) that these\ndisclosures are required for new apps and app updates starting December 8, 2020.\nThis document contains ML Kit library behaviors that could require disclosure\naccording to Apple's guidelines.\n\nThis page lists the data collected by only\n[the latest version](https://developers.google.com/ml-kit/release-notes) of each\nML Kit iOS SDK.\n\nCollected data\n--------------\n\n### Data collected in all features\n\n|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Data** | **By default, the ML Kit SDK collects...** |\n| Device information | Device information (such as manufacturer, model, OS version and build) and available ML hardware accelerators. Used for diagnostics and usage analytics. |\n| Application information | Bundle ID and app versions. Used for diagnostics and usage analytics. |\n| Device or other identifiers | Per-installation identifiers that are not intended to uniquely identify a user or physical device. Used for diagnostics and usage analytics. |\n| Performance metrics | Performance metrics (such as latency). Used for diagnostics and usage analytics. |\n| API configuration | API configuration (such as image format and resolution). Used for diagnostics and usage analytics. |\n| Event type | Event type (such as feature initializations, model downloads, detection, resource releases). Used for diagnostics and usage analytics. |\n| Error codes | Error code for feature events (such as feature initializations, model downloads, detection, resource releases). Used for diagnostics and usage analytics. |\n\n### Extra data collected in specific features\n\n#### Custom object detection and image labeling\n\n`MLKitObjectDetectionCustom` \n\n`MLKitImageLabelingCustom`\n\n- If you are using these libraries with custom models, the following data is collected:\n - Name, version, and URI/URL of the machine learning model for diagnostics\n- If you are using [Firebase Model Deployment](https://firebase.google.com/docs/ml/manage-hosted-models) with *`MLKitLinkFirebase`* to remotely host a custom model, refer to the [Firebase ML model downloader](https://firebase.google.com/docs/ios/app-store-data-collection#firebasemlmodeldownloader) and [Firebase installations](https://firebase.google.com/docs/ios/app-store-data-collection#installations) sections in [Prepare for Apple Store data disclosure requirements](https://firebase.google.com/docs/ios/app-store-data-collection).\n\n#### Translate\n\n`MLKitTranslate`\n\n- Configured source and destination languages. Used for diagnostics and usage analytics.\n- ML Kit uses *Firebase remote config* and *Firebase installations* for remote configuration diagnostics. Please refer to the [Firebase remote config](https://firebase.google.com/docs/ios/app-store-data-collection#remote-config) and [Firebase installations](https://firebase.google.com/docs/ios/app-store-data-collection#installations) sections in [Prepare for Apple Store data disclosure requirements](https://firebase.google.com/docs/ios/app-store-data-collection).\n\n#### Entity extraction and digital ink recognition\n\n`MLKitEntityExtraction` \n\n`MLKitDigitalInkRecognition`\n\n- Configured languages. Used for diagnostics and usage analytics.\n\n#### Smart reply\n\n`MLKitSmartReply`\n\n- Identified languages. SmartReply internally uses language identification to only respond to specific languages. Used for diagnostics and usage analytics.\n- ML Kit uses *Firebase remote config* and *Firebase installations* for remote configuration diagnostics. Please refer to the [Firebase remote config](https://firebase.google.com/docs/ios/app-store-data-collection#remote-config) and [Firebase installations](https://firebase.google.com/docs/ios/app-store-data-collection#installations) sections in [Prepare for Apple Store data disclosure requirements](https://firebase.google.com/docs/ios/app-store-data-collection).\n\n#### Language ID\n\n`MLKitLanguageID`\n\n- Identified languages. Used for diagnostics and usage analytics."]]