Search code examples
androidflutterkeystoregoogle-play-consoleandroid-keystore

I published my app on Google Play with a debug keystore


I'm working on a flutter mobile application, and when I publish a new release users don't see the update button on google play! after searching the internet I find out that probably I published my app bundle using the debug Keystore.

do you think that this might be the problem?

PS: the app works fine on release mode. enter image description here https://coderwall.com/p/r09hoq/android-generate-release-debug-keystores


Solution

  • You can not upload the app to the play store using the debug key. You must have signed the app bundle using the release key in order to submit the app to the play store.

    There must be some other issues like lower build number in the pubspec.yaml