From f4da804b7a75890d677e1c7d2a82c56e9d981546 Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 22 Apr 2024 12:19:37 +0200 Subject: [PATCH 1/2] add Apple Privacy Manifest info --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6159941c4c..5e87f9d706 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,10 @@ For detailed usage, check out the inner [dart](https://github.com/getsentry/sent * [![Discord Chat](https://img.shields.io/discord/621778831602221064?logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/PXa5Apfe7K) * [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](https://stackoverflow.com/questions/tagged/sentry) * [![Twitter Follow](https://img.shields.io/twitter/follow/getsentry?label=getsentry&style=social)](https://twitter.com/intent/follow?screen_name=getsentry) + +#### Apple Privacy Manifest + +Starting with [May 1st 2024](https://developer.apple.com/news/?id=3d8a9yyh), iOS apps are required to declare approved reasons to access certain APIs. This also includes third-party SDKs. +If you are using `sentry-flutter`, update to at least version `7.17.0` to get the updated `sentry-cocoa` native iOS/macOS SDK, supporting the privacy manifest. +All other used dependencies with file declarations are supported by Sentry packages. +Please run `flutter pub upgrade` to get the latest dependency versions. From 09cc060b84db737d396907e33b5835a87d2fab0e Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 22 Apr 2024 12:35:15 +0200 Subject: [PATCH 2/2] Link to flutter doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e87f9d706..a9d1e1c4a2 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,4 @@ For detailed usage, check out the inner [dart](https://github.com/getsentry/sent Starting with [May 1st 2024](https://developer.apple.com/news/?id=3d8a9yyh), iOS apps are required to declare approved reasons to access certain APIs. This also includes third-party SDKs. If you are using `sentry-flutter`, update to at least version `7.17.0` to get the updated `sentry-cocoa` native iOS/macOS SDK, supporting the privacy manifest. All other used dependencies with file declarations are supported by Sentry packages. -Please run `flutter pub upgrade` to get the latest dependency versions. +Run [flutter pub upgrade](https://docs.flutter.dev/release/upgrade#upgrading-packages) to the latest compatible versions of all the dependencies.