This repository was archived by the owner on Apr 10, 2022. It is now read-only.
Open
Conversation
|
那最低版本这个字段是不是可以不要了?我也看不懂最低版本这个字段有什么用? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
用户当前使用版本为1.0.0.0版本,1.0.0.1版本强制更新,1.0.0.2版本非强制升级,在1.0.0.1到1.0.0.2期间,用户未启动App,当用户再次使用App时,当前最新版本为1.0.0.2,版本检查为非强制更新,这样的场景,就影响了用户的正常使用,因为用户错过了1.1的强制更新,极有可能影响接口正常使用。
看了一下您的做法是让app端通过这个版本号 allowLowestVersion(允许最低版本(低于这个要强制更新)) 来判断是否需要强制更新。