From 22cae7b6c59c3fec7dee9ad54834cd2e514d4204 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Tue, 30 Apr 2024 13:23:08 +0200 Subject: [PATCH 1/6] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 391c3cf5..27b3a16d 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), iOS apps are required to declare approved reasons to access certain APIs. This also includes third-party SDKs. +If you are using the Sentry Kotlin Multiplatform SDK with Apple device targets then update your Sentry Cocoa SDK to `8.21.0` minimum. However we recommend using `8.25.0` to ensure comaptibility with Apple's guidelines. + ## Contribution Please see From 9c6d8d37c55c39bd1a6f8cec6f6e321d4184929a Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Tue, 30 Apr 2024 13:26:10 +0200 Subject: [PATCH 2/6] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27b3a16d..fa128265 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ folder. ## 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 the Sentry Kotlin Multiplatform SDK with Apple device targets then update your Sentry Cocoa SDK to `8.21.0` minimum. However we recommend using `8.25.0` to ensure comaptibility with Apple's guidelines. +If you are using the Sentry Kotlin Multiplatform SDK with Apple device targets then update your Sentry Cocoa SDK to `8.21.0` minimum. However we recommend using `8.25.0` to ensure compatibility with Apple's guidelines. ## Contribution From a38ad2b0aeb0a834c86d6949526433a756306312 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Tue, 30 Apr 2024 16:57:17 +0200 Subject: [PATCH 3/6] Update README.md Co-authored-by: Karl Heinz Struggl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa128265..5cc884d9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ folder. ## 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 the Sentry Kotlin Multiplatform SDK with Apple device targets then update your Sentry Cocoa SDK to `8.21.0` minimum. However we recommend using `8.25.0` to ensure compatibility with Apple's guidelines. +If you are using the Sentry Kotlin Multiplatform SDK with Apple device targets then update your Sentry Cocoa SDK to `>=8.25.0`. ## Contribution From c23fe2991656f7a12f781eb3cef3893c4cc4e7e1 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Tue, 30 Apr 2024 17:22:33 +0200 Subject: [PATCH 4/6] Update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cc884d9..483db5c2 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ folder. 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 the Sentry Kotlin Multiplatform SDK with Apple device targets then update your Sentry Cocoa SDK to `>=8.25.0`. +For more information, please refer to our [Apple Privacy Manifest Guide](https://docs.sentry.io/platforms/kotlin-multiplatform/data-management/apple-privacy-manifest/). ## Contribution From f1e7d82b4cc3297fb4e5f198ad3ef470cfe2673a Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Tue, 30 Apr 2024 20:05:03 +0200 Subject: [PATCH 5/6] Update README.md Co-authored-by: Karl Heinz Struggl --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 483db5c2..c60815c0 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,8 @@ folder. ## 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 the Sentry Kotlin Multiplatform SDK with Apple device targets then update your Sentry Cocoa SDK to `>=8.25.0`. -For more information, please refer to our [Apple Privacy Manifest Guide](https://docs.sentry.io/platforms/kotlin-multiplatform/data-management/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 From 6fd94dabcbf18bc7f7afa5f544716856b6c98e96 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Tue, 30 Apr 2024 21:21:12 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c60815c0..a567ab41 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ 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`. +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