Search code examples
androidgoogle-playgoogle-play-consoleandroid-app-bundle

Pacakge name change not showing up on Google Play Console


So I made updates to an app where the KeyStore was lost somehow. I saw that I had to change the package name to something else and create a new app to release the app to the Play Store. I created a new app in the console, but every time I upload the aab file, it shows the previous package name instead of the updated name.

Here's what I mean

enter image description here

But my package name was changed to this

enter image description here

Any help is appreciated, Thanks


Solution

  • It's not possible to do because of the security measures that were taken to make sure there were no repeats of the same app signatures. I did find the app key for this project. So all is well.