I would appreciate it if you could give me some advice on why the app does not start in the following situations.
I know I can't say for sure without looking at the code, so I asked you a question that you would like me to give you a generalization.
Whether it is an app design, a mistake in writing such as Jacascript, or a problem with the device itself, etc.
It's helpful just to get a hit.
I don't know what Monaca is doing, but
Depending on how you sign the certificate to apk, it may not start on the old terminal.
Do you have an Android certificate (keystore certificate)?
Why don't you re-sign APK there?
My environment is Mac, but I have signed it from the terminal as shown below.
(*You need JDK to sign.)
jarsigner-verbose-sigalg SHA1 with RSA-digestalg SHA1-keystore./keystore.private~/Desktop/android.apk [Email address issuing certificate]
© 2024 OneMinuteCode. All rights reserved.