After reading the Signature Scheme v2 documentation here i was wondering if i can add a new signature to my current application.
Just to elucidate i have an App version 1.0 with Signature key "A". I want to send an update (version 2.0) with both Signature Keys "A" and "B".
This quote from the documentation seems to confirm the possibility but i was not able to achieve this.
Verification succeeds if at least one signer was found and step 3 succeeded for each found signer.
Every time that i try to install the version 2.0 as an update on top of version 1.0 i get this error message:
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package (package name) signatures do not match the previously installed version; ignoring!]