Android apk getting resigned

Our application (Lookout) verifies the signature on apks, specifically our own. I’ve noticed that any time we test with Appium using Android, we detect the signature change on our own app. I read through Issue 755 (listed below) and set noSign to true. This did not solve the problem. Is Appium doing anything else when it loads the apk? This is preventing our application from operating properly. As far as I know, this problem does not exist when testing iOS.

Hi, I recommend opening an issue on GitHub. The noSign flag should do what you want. If it doesn’t then that’s a bug.

I have to withdraw this comment. There was a mistake in our process that caused this failure. Once I corrected for that mistake, I’m happy to announce that Appium is working fine with the noSign capability.