diff --git a/README.md b/README.md index 391c3cf5..a567ab41 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ For detailed information on how to build and run the samples, check out our `REA [sentry-samples](https://github.com/getsentry/sentry-kotlin-multiplatform/tree/main/sentry-samples) folder. +## Apple Privacy Manifest + +Starting with [May 1st 2024](https://developer.apple.com/news/?id=3d8a9yyh), apps submitted to the Apple App Store are required to declare approved reasons to access certain privacy-relevant APIs. This also includes usages of these APIs via third-party SDKs. To ensure compliance, update your Sentry Cocoa SDK to `8.21.0`. +For more information, refer to our [Apple Privacy Manifest Guide](https://docs.sentry.io/platforms/kotlin-multiplatform/data-management/apple-privacy-manifest/). + ## Contribution Please see