I'm using App Signing for my new app (I only have the upload key right now). But I was wondering how I could install a new APK over the Play Store version. Right now when using the upload key it doesn't install because the certificates do not match. I tried to create a new keystore and changed the certificate with the one you can download on the console (App signing certificate). But this also doesn't work. I always do one last test to make sure everything is working accordingly. Just to clarify. I don't want to upload APK to the beta channel. I want to directly install the APK from the filesystem which should be installed over the Play Store version.
How can this be done?
Edit
I don't know why I got downvoted. So I'll explain how App signing works. When enabling app signing on the Play Store, the real signing certificate is in control by the Play Store. The only certificate/keystore you sign with is an upload keystore. So if you sign your app with an upload keystore it does not have the same certification as when the Play Store signs it. This is why I tried to download the app signing certificate from the Play Store to get a matching certification, but this didn't work.
You can't do this easily. There are two recommended alternative options right now:
But right now there is no way of getting Play to sign an APK which isn't published to the store.