Skip to content

Commit b59e64f

Browse files
authored
docs(flutter): Document Android 16KB Page Size (#11963)
1 parent 43228b7 commit b59e64f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/platforms/flutter/troubleshooting.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ sidebar_order: 9000
66

77
If you need help solving issues with Sentry's Flutter SDK, you can read the edge cases documented here. If you need additional help, you can [ask on GitHub](https://github.com/getsentry/sentry-dart/issues/new/choose). Customers on a paid plan may also contact support.
88

9+
## Support 16 KB Page Sizes on Android
10+
11+
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.
12+
13+
Update to Sentry Flutter SDK version `8.11.0` and above order to support 16 KB page sizes on Android devices.
14+
15+
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.
16+
917
## "Missing API declaration" after App Store review
1018

1119
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/flutter/data-management/apple-privacy-manifest) guide.

0 commit comments

Comments
 (0)