We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, I have 2 questions
Q1: What specific description should be added to the app stores in order to enforce a minimum app version using the upgrader package?
Q2: If I don't add the version number, will the widget still be show in the app?
Thank you!
The text was updated successfully, but these errors were encountered:
The upgrader package can enforce a minimum app version simply by adding a version number to the description field in the app stores.
For the Android Play Store, use this format: [Minimum supported app version: 1.2.3]
[Minimum supported app version: 1.2.3]
For the iOS App Store, use this format: [:mav: 1.2.3]
[:mav: 1.2.3]
Using that text says that the minimum app version is 1.2.3 and that earlier versions of this app will be forced to update to the current version.
Sorry, something went wrong.
No branches or pull requests
Hi there, I have 2 questions
Q1: What specific description should be added to the app stores in order to enforce a minimum app version using the upgrader package?
Q2: If I don't add the version number, will the widget still be show in the app?
Thank you!
The text was updated successfully, but these errors were encountered: