There are several reasons if you cannot install the APP.
Three main reasons of installation failure after LIAPP protection are as follows.
1) If the APP did not go through Signing
This is the case when you immediately try to install LIAPP-protected APP file after downloading it.
Please make sure you perform Signing before installation.
2) If android:extractNativeLibs="false" is set in AndroidManifest
If the following error message Please you need to change the value of android:extractNativeLibs field to true.
[INSTALL_FAILED_INVALID_APK: Failed to extract native libraries]
3) If APK Signature Scheme v2 is applied before LIAPP protection. (Even though you performed Signing)
Those APP files signed via APK Signature Scheme v2 will not be installed if contents are changed.
If you want to use APK Signature Scheme v2, you should use apk files (unsigned apk) or sign via existing methods to apply LIAPP, then re-sign with APK Signature Scheme v2 after.
Also, if you don't know the type of APK Signature Scheme applied before LIAPP protection then please you can check the below.
- java -jar [apksigner.jar_PATH] verify -v --print-certs [apkfile_PATH]
If you cannot install the APP that modified data in Apk.
If you have modified the data inside the apk, you will not be able to install the app.
if you use APK Signature Scheme v2, you have to use the apksigner for signing.
If you are using APK Signature Scheme v2, you need to zipalign first.
For more information on APK Signature Scheme v2, please refer to Official Android website.
https://developer.android.com/about/versions/nougat/android-7.0.html#apk_signature_v2
https://source.android.com/security/apksigning/v2
If none of the above is your case and you still fail to install, please send the LIAPP-protected APK file to support@lockincomp.com.