强制用户在 Android 中拥有最新的应用版本

Force users to have last app version in Android(强制用户在 Android 中拥有最新的应用版本)
本文介绍了强制用户在 Android 中拥有最新的应用版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看到很少有关于它的帖子,但大多数似乎已经过时了.

I saw few posts about it but most of them seem to be outdated.

我在 Play 商店中发布了一个应用,它已经发布了版本代码 1 到 6.

I have an app published in the Play Store and it has already published version codes 1 to 6.

我在这些版本中发现了一些严重的错误,我发布了一个版本代码为 7 的新版本.

I have found in those releases some serious bug and I published a new release with version code 7.

新版本有一个应用内更新,以确保用户在下次更新到最新版本,但现在它不会对以前的版本产生任何影响,因为他们没有此代码在他们之中.有没有办法可以让版本代码 1 到 6 来下载最新版本?

The new version has an in-app update to make sure in the next times that the users will update to the latest release but right now it won't make any effect on the previous releases since they didn't have this code in them. Is there a way I can make version codes 1 to 6 to download the latest version?

只要用户继续使用版本 1 到 6,我就可以添加一些关键功能,我需要它们来进行此更新.

As long as users keep using versions 1 to 6 I can add some critical features and I need them to make this update.

另外,我使用 Firebase firestore/realtime database/fcm/storage/authentication.有没有办法从那里做到这一点?我唯一能想到的就是向用户发送云消息以更新应用程序.

Also, I use Firebase firestore/realtime database/fcm/storage/authentication. Is there a way I can do it from there? The only thing I can think of is to send cloud message for the users to update the app.

谢谢

推荐答案

有没有办法可以让版本代码 1 到 6 来下载最新版本?

Is there a way I can make version codes 1 to 6 to download the latest version?

不,对不起.通过您建立的任何其他沟通渠道(网站公告、博客文章、Twitter/Facebook/等、电子邮件通讯......)让您的用户知道.

No, sorry. Let your users know by whatever other communications channel(s) you established (site announcement, blog post, Twitter/Facebook/etc., email newsletter, ...).

这篇关于强制用户在 Android 中拥有最新的应用版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)