Hi guys,
I submitted my app to Samsung Apps and I got rejected due to this error on 2 samsung devices (mid-end Galaxy QVGA and LQVGA):
<Defect>
Unable to install the application after download
/**
* Installation return code: this is passed to the {@link IPackageInstallObserver} by
* {@link #installPackage(android.net.Uri, IPackageInstallObserver, int)} if the package archive
* file is invalid.
* @hide
*/
public static final int INSTALL_FAILED_INVALID_APK = -2;
Do you have any idea what would be causing that?
On all other Samsung devices it installs fine according Samsung’s report.
The app is only 17MB so it’s not the size issue.
If I won’t fix it - they won’t approve my corona app on samsung apps. Please help.