A
Android Central Question
Our clients are Ionic/cordova app developers. We develop device level communication applications which are imported to their apps as .jars under /platforms/android/libs/. The problem with this is for update we make for our application on nexus, our clients have to rebuild their APK with updated versions although they don't have any changes on their apps.
Is there a way we can avoid building apk for everyday changes we make in my .jars?
For example if we push our JARs onto devices directly (which I believe can be done by MDM) and if the applications can use them irrespective of the version, we can avoid building apk. How can we achieve this?
[Note: These applications are not available on play store for public, these are internal to our org]
Is there a way we can avoid building apk for everyday changes we make in my .jars?
For example if we push our JARs onto devices directly (which I believe can be done by MDM) and if the applications can use them irrespective of the version, we can avoid building apk. How can we achieve this?
[Note: These applications are not available on play store for public, these are internal to our org]