I sold one of my Android apps to an outside company. I provided all the code (Android Studio). Before zipping it all up for delivery, I made sure it compiled and all that. I then went through the process of changing the Play Store entire to move the ownership of the other company.
Everything seems to be in order. Except that when the new owner is trying to publish the app, they are told that the certificate doesn't match the fingerprint of the original private key.
I was under the impression that they could simply compile their own version with their own private key, but Google is not allowing that. Such to the extent that they are saying that there is nothing they can do about it. They must use the original key.
Fine... I found the original key file and sent that to them. In fact, I found like 5 different versions of it, just in case any were corrupted.
They are still not able to publish the app.
Does anyone have any experience with this? Is there a way around this?
BTW, and for the record... The last suggestion I made to them, is to NOT change ANYTHING in that keystore. Because doing so would make it different. I'm thinking that they changed all the company information in the key and that's why it isn't working.