Skip to content

Commit 381c26e

Browse files
authored
chore: Add troubleshooting entries for 16kb pagesize (#14250)
1 parent fb43e96 commit 381c26e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/platforms/javascript/guides/capacitor/troubleshooting.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ keywords: ["minimum version", "deployment target"]
55
sidebar_order: 9000
66
---
77

8+
## Support 16 KB Page Sizes on Android
9+
10+
Starting with Android 15, AOSP supports devices with a 16 KB page size. If your app uses NDK libraries (directly or via an SDK), you'll need to rebuild it for compatibility with these devices.
11+
12+
Update to Sentry Capacitor SDK version `1.5.0` and above order to support 16 KB page sizes on Android devices.
13+
14+
Please read the [Android developer documentation](https://developer.android.com/guide/practices/page-sizes) to update and test your app with 16 KB page size support.
15+
816
## Different Versions for Sibling SDKs
917

1018
If you see the following error during build time, the sibling SDKs installed in your app have mismatched versions:

docs/platforms/react-native/troubleshooting/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ description: "Troubleshoot and resolve common issues with the React Native SDK."
44
sidebar_order: 9000
55
---
66

7+
## Support 16 KB Page Sizes on Android
8+
9+
Starting with Android 15, AOSP supports devices with a 16 KB page size. If your app uses NDK libraries (directly or via an SDK), you'll need to rebuild it for compatibility with these devices.
10+
11+
Update to Sentry React Native SDK version `6.3.0` and above order to support 16 KB page sizes on Android devices.
12+
13+
Please read the [Android developer documentation](https://developer.android.com/guide/practices/page-sizes) to update and test your app with 16 KB page size support.
14+
715
## "Missing API declaration" after App Store review
816

917
Starting May 1, 2024, Apple requires all apps submitted to the App Store to provide a list of privacy-related APIs they use, including the reasons under which they use it. If you received an email from Apple with the message "ITMS-91053: Missing API declaration", your app doesn't fulfill the requirements. To solve this, follow our [Apple Privacy Manifest](/platforms/react-native/data-management/apple-privacy-manifest) guide.

0 commit comments

Comments
 (0)