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
Google Play's pre-launch and stability reports are now flagging our application due to a critical native code compatibility issue. The warning points to libraries that do not support Android's mandatory 16KB memory page size on arm64 devices.
Our analysis indicates this flag is being triggered by a native dependency within the Segment Android SDK.
This incompatibility will cause guaranteed native crashes (SIGSEGV) on modern devices and needs to be addressed to ensure our app remains compliant and stable.
Expected behavior
The Segment SDK and all its bundled native dependencies should be fully compatible with, and operate correctly on, arm64 Android systems using a 16KB memory page size, thereby resolving the flag from Google Play.