我在 Google 上发布了我的应用程序 Play with a debug keystore

I published my app on Google Play with a debug keystore

我正在开发一个 flutter 移动应用程序,当我发布新版本时,用户在 google 播放时看不到更新按钮! 在互联网上搜索后,我发现我可能使用调试密钥库发布了我的应用程序包。

您认为这可能是问题所在吗?

PS:该应用在发布模式下运行良好。 https://coderwall.com/p/r09hoq/android-generate-release-debug-keystores

您无法使用调试密钥将应用上传到 Play 商店。您必须使用发布密钥对应用程序包进行签名才能将应用程序提交到 Play 商店。

pubspec.yaml

中一定存在一些其他问题,例如内部版本号较低