-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
I've sent an email to support@mob.com about this issue 2 weeks ago.
The SDK or is underlying com.mob.tool is likely causing app crash on Android 16 due to relying on the internal implementation of Android Runtime (ART).
from https://developer.android.com/about/versions/16/behavior-changes-all#art-changes
Relying on internal structures (such as non-SDK interfaces) can always lead to compatibility problems, but it's particularly important to avoid relying on code (or libraries containing code) that leverages internal ART structures, since ART changes aren't tied to the platform version the device is running on and they go out to over a billion devices through Google Play system updates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels