I’m getting frequent negative reviews of error -103 preventing people from installing my apps from Google Play.
The issue seems to be due to the Java version used when signing the apk. See post on Stack Overflow:
http://stackoverflow.com/questions/33149140/play-store-cant-install-app-error-code-103
Basically, the jarsigner in Java 7 and above uses a default hash method that older devices do not support.
Question: Is this something I can avoid by downgrading my local Java version, or is the jarsigner run as part of the build on Corona’s servers?