我在Google Play上发布了我的应用程序,并使用了调试密钥店

发布于 2025-02-03 07:25:23 字数 554 浏览 3 评论 0原文

我正在处理flutter移动应用程序,当我发布新版本时,用户在Google Play上看不到更新按钮! 搜索互联网后,我发现可能我使用调试密钥库发布了我的应用程序捆绑包。

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

PS:该应用在发布模式下工作正常。 https://coderwall.com/p/p/p/r09hoq/r09hoq/android-generate-generate-generate-generate--释放debug-keystores

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫瑟鸿黎 2025-02-10 07:25:23

您无法使用调试键将应用程序上传到Play商店。您必须使用发行键签署应用程序捆绑包,以便将应用程序提交给Play商店。

在PubSpec.yaml中,还必须还有其他一些问题,例如较低的构建号

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文