I am having an issue with signing that i cant figure out.
I have an existing app that was re-written with b4a.
Trying to sign it with the old keystore, here is what im doing.
1) compile without signing
2) jarsigner -verbose -keystore oldkey.ks temp.ap_ oldalias
3) zipalign -v 4 temp.ap_ upload.apk
then i sign into google play, upload the "upload.apk" file, google accepts it with no problems.
problem is, whenever someone downloads it, they get "Package file wasnt signed incorrectly"
weird that it gets through google, but you cant DL it. problem comes up when the user installs
it happens on a new purchase as well as an upgrade (tried it myself both ways)
Im really lost on this one now.
I have an existing app that was re-written with b4a.
Trying to sign it with the old keystore, here is what im doing.
1) compile without signing
2) jarsigner -verbose -keystore oldkey.ks temp.ap_ oldalias
3) zipalign -v 4 temp.ap_ upload.apk
then i sign into google play, upload the "upload.apk" file, google accepts it with no problems.
problem is, whenever someone downloads it, they get "Package file wasnt signed incorrectly"
weird that it gets through google, but you cant DL it. problem comes up when the user installs
it happens on a new purchase as well as an upgrade (tried it myself both ways)
Im really lost on this one now.
Last edited: