-1

I have an application that has been released on the google play store, but the project is a native android project. I want to recreate the app using flutter and release the update. But when I uploaded it to the Playstore it failed like this

enter image description here

I have used the same package name, how can I solve it?

piotrek1543
  • 19,130
  • 7
  • 81
  • 94

1 Answers1

1

You have to sign your new app, that you recreated using flutter with the exact same key, you used to sign your native app previously.

Have you lost you previous signing key? No problem, google offers support to change your signing key, I recently contacted support for the same issue and the solution is in progress.

Follow these instructions to request an upgrade.

https://cutt.ly/5jkc0TT

enter image description here

enter image description here

After submitting the request you'll receive an email guiding you on further steps.

ASAD HAMEED
  • 2,296
  • 1
  • 20
  • 36