Hello,
We are using the FeasyBeacon Android SDK (version 3.3.6) in our production app. Google Play has started warning that our app is not compatible with Android 15+ devices that use 16KB memory page sizes.
After investigation, we found that the native libraries in the SDK are compiled with 4KB page alignment:
- libfeasycom.so (inside FeasyBeaconLibrary-release.aar)
- libencrypted.so (distributed separately in the SDK package)
Both libraries show align 2 ** 12 (4KB) in their ELF headers, but Android 15+ devices with 16KB pages require align 2 ** 14 (16KB).
Are there any plans to release an updated SDK version with 16KB page-aligned native libraries in the next 6-12 months? This would help us plan accordingly as Google is expected to make 16KB compatibility mandatory for Play Store submissions in the near future.
Thank you for your support.