I create a keystore with b4a, how to sign a apk with it?
I want to prove that i am the owner of the keystore to some app store.
I use this ,but them can not match.
thanks
I want to prove that i am the owner of the keystore to some app store.
I use this ,but them can not match.
B4X:
jarsigner -verbose -keystore d:\keystore -sigalg SHA1withDSA -signedjar d:\signed.apk d:\unsign.apk b4a
thanks