Recently we released our application on Play Store using Android Application Bundle. Our app has a native library and of course some resources. When installing Play Store will put language specific resources and platform specific library in a separate split APKs.
There are some crashes reported with missing native library and/or missing resources. I don't see any common things among all these crashes and I can't reproduce it.
Is it possible that the app will be only partially installed due to some network or space issues? Why it's not detected by system installer and are there any ways to detect it?