Has anyone managed to create and deploy a package where the application has split apk's
These are android+ devices,
we manage the installs via packaging the apk and deploying them to the devices, We do not use google playstore nor application catalogue
My normal process
I installed an app from the playstore on one device, that ensures it is compatible and it works.
I then use ADB to extract the apk from that device.
I package the apk in package studio, import it to SOTI and deploy it to my estate.
However, I have found that the latest release of the app, is now in 4 files
base.apk
split_config.armeabi_v7a.apk
split_config.en.apk
split_config.tvdpi.apk
I have tried adding them all to a package, but I get an IO Error when i try to deploy package via a profile
The device giving me the IO Error previously had the application installed but since been uninstalled.
I would assume that the installation order of the split apks are important, but I am not certain what is the correct order or how to set which order they are installed in package studio
I would assume that the base apk would need installing first then the split_ files in turn
The question is more, has anyone successfully installed and application with split apk's using mobicontrol?
Searching the web, there are 3rd party apps such as SAI Split APK Installer which can install them, but that is not a solution for me. I want to use SOTI Mobicontrol to do it
Thanks in advance for any info
Edited to clarify