You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/apple/common/data-management/apple-privacy-manifest.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_order: 50
5
5
---
6
6
7
7
<Note>
8
-
This guide requires [sentry-cocoa@8.21.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.21.0) or newer.
8
+
This guide requires [sentry-cocoa@8.25.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.25.0) or newer.
9
9
</Note>
10
10
11
11
Sentry's SDKs provide error and performance monitoring for mobile applications running on Apple devices. To do this, the SDK needs to access certain information about the device and the application. Some of the APIs required for this are considered privacy-relevant by Apple. In order to submit apps to the App Store, Apple requires all apps - and libraries used within these apps - to provide privacy manifest files stating which APIs are used under which allowed reasons. For more details, read Apple's guidelines on [Describing use of required reason API](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api).
@@ -101,6 +101,6 @@ Note that the application privacy manifest covers all data usages (via `NSPrivac
101
101
102
102
- The listed APIs are required for the SDK to function correctly and there is no way to opt-out of them.
103
103
104
-
- If you are using an older version of the SDK, you may need to update to version [8.21.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.21.0) or later to automatically include the privacy manifest for dynamically linked frameworks.
104
+
- If you are using an older version of the SDK, you may need to update to version [8.25.0](https://github.com/getsentry/sentry-cocoa/releases/tag/8.25.0) or later to automatically include the privacy manifest for dynamically linked frameworks.
105
105
106
106
- To verify the privacy manifest is included in your app correctly, build and submit your app to the App Store or TestFlight for external testing. If the manifest is missing, you will receive an email from Apple with the subject, "The uploaded build for YourAppName has one or more issues", that lists the missing API declarations.
Copy file name to clipboardExpand all lines: docs/platforms/flutter/data-management/apple-privacy-manifest.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_order: 50
5
5
---
6
6
7
7
<Note>
8
-
This guide requires [@sentry/dart@7.17.0](https://github.com/getsentry/sentry-dart/releases/tag/7.17.0) or newer.
8
+
This guide requires [@sentry/dart@7.20.1](https://github.com/getsentry/sentry-dart/releases/tag/7.20.1) or newer.
9
9
</Note>
10
10
11
11
Sentry's SDKs provide error and performance monitoring for mobile applications running on Apple devices. To do this, the SDK needs to access certain information about the device and the application. Some of the APIs required for this are considered privacy-relevant by Apple. In order to submit apps to the App Store, Apple requires all apps - and libraries used within these apps - to provide privacy manifest files stating which APIs are used under which allowed reasons. For more details, read Apple's guidelines on [Describing use of required reason API](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api).
@@ -101,6 +101,6 @@ Note that the application privacy manifest covers all data usages (via `NSPrivac
101
101
102
102
- The listed APIs are required for the SDK to function correctly and there is no way to opt-out of them.
103
103
104
-
- If you are using an older version of the SDK, you may need to update to version [7.17.0](https://github.com/getsentry/sentry-dart/releases/tag/7.17.0) or later to automatically include the privacy manifest for dynamically linked frameworks.
104
+
- If you are using an older version of the SDK, you may need to update to version [7.20.1](https://github.com/getsentry/sentry-dart/releases/tag/7.20.1) or later to automatically include the privacy manifest for dynamically linked frameworks.
105
105
106
106
- To verify the privacy manifest is included in your app correctly, build and submit your app to the App Store or TestFlight for external testing. If the manifest is missing, you will receive an email from Apple with the subject, "The uploaded build for YourAppName has one or more issues", that lists the missing API declarations.
Copy file name to clipboardExpand all lines: docs/platforms/react-native/data-management/apple-privacy-manifest.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_order: 50
5
5
---
6
6
7
7
<Note>
8
-
This guide requires [@sentry/react-native@5.19.3](https://github.com/getsentry/sentry-react-native/releases/tag/5.19.3) or newer.
8
+
This guide requires [@sentry/react-native@5.22.1](https://github.com/getsentry/sentry-react-native/releases/tag/5.22.1) or newer.
9
9
</Note>
10
10
11
11
Sentry's SDKs provide error and performance monitoring for mobile applications running on Apple devices. To do this, the SDK needs to access certain information about the device and the application. Some of the APIs required for this are considered privacy-relevant by Apple. In order to submit apps to the App Store, Apple requires all apps - and libraries used within these apps - to provide privacy manifest files stating which APIs are used under which allowed reasons. For more details, read Apple's guidelines on [Describing use of required reason API](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api).
@@ -101,7 +101,7 @@ First, you need to create a privacy manifest file in your Xcode project. This fi
101
101
102
102
## Create Privacy Manifest in Expo
103
103
104
-
Depending on the Expo application setup, if you're using Continuous Native Generation ([CNG](https://docs.expo.dev/workflow/continuous-native-generation/)), then you may need to add the privacy manifest to the `app.json` file. Otherwise, you can add your privacy manifest using Xcode.
104
+
Depending on the Expo application setup, if you're using Continuous Native Generation ([CNG](https://docs.expo.dev/workflow/continuous-native-generation/)), then you may need to add the privacy manifest to the `app.json` file. Otherwise, you can add your privacy manifest using Xcode.
105
105
106
106
```json {filename:app.json}
107
107
{
@@ -156,6 +156,6 @@ Depending on the Expo application setup, if you're using Continuous Native Gener
156
156
157
157
- The listed APIs are required for the SDK to function correctly and there is no way to opt-out of them.
158
158
159
-
- If you are using an older version of the SDK, you may need to update to version [5.19.3](https://github.com/getsentry/sentry-react-native/releases/tag/5.19.3) or later to automatically include the privacy manifest for dynamically linked frameworks.
159
+
- If you are using an older version of the SDK, you may need to update to version [5.22.1](https://github.com/getsentry/sentry-react-native/releases/tag/5.22.1) or later to automatically include the privacy manifest for dynamically linked frameworks.
160
160
161
161
- To verify the privacy manifest is included in your app correctly, build and submit your app to the App Store or TestFlight for external testing. If the manifest is missing, you will receive an email from Apple with the subject, "The uploaded build for YourAppName has one or more issues", that lists the missing API declarations.
0 commit comments