[Problem/Question]
As part of the migration guide to Android 15,
All native code must be compiled with 16kb page size.
This SDK uses conscrypt-android-2.2.1
Luckily, there is a new version that added the fix: google/conscrypt#1212
In the meantime, I was able to overcome this by forcing the dependency:
If you can please update the SDK so we can remove this, that would be amazing!
// If problem, please fill out the below. If question, please delete.
[SDK Version]
// What version of the SDK are you using?
sendbird-uikit-version = “3.22.0”
[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.
Open the app on an emulator running Pre-Release 16 KB Page Size Google Play ARM 64 v8a System Image API 35
[Frequency]
// How frequently is this issue occurring?
Everytime
[Current impact]
// How is this currently impacting your implementation?
It causes the application to crash