Skip to content

Urgent: OpenTok Flutter SDK 16KB Page Size Compatibility for Google Play Requirement #8

@MOHAMEDHESMAM8

Description

@MOHAMEDHESMAM8

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:

  1. Is TokBox aware of Google Play's 16KB page size requirement?
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions