-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I hope you are doing well. I am writing regarding a critical compatibility issue with the OpenTok Flutter SDK that affects our app's compliance
with Google Play's upcoming requirements.
Issue Summary:
Starting November 1, 2025, Google Play requires all new apps and app updates targeting Android 15+ to support 16KB memory page sizes. Our APK analysis
shows that the OpenTok Flutter SDK (version 0.0.2) contains native libraries that are not 16KB page size compatible:
Affected Libraries:
- /lib/x86_64/libjingle_peerconnection_so.so (4KB alignment)
- /lib/x86_64/libopentok.so (4KB alignment)
- /lib/arm64-v8a/libjingle_peerconnection_so.so (4KB alignment)
- /lib/arm64-v8a/libopentok.so (partial compatibility issues)
Questions:
- Is TokBox aware of Google Play's 16KB page size requirement?
- Do you have a timeline for releasing 16KB-compatible versions of the Flutter SDK?
Technical Details:
- Flutter SDK: Latest stable version
- OpenTok Flutter Package: 0.0.2 (from pub.dev)
- Target Android API: 35+
- NDK Version: 27.0.12077973
Metadata
Metadata
Assignees
Labels
No labels