Skip to content
New issue

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

Regarding Play Store Description #304

Open
kalien1 opened this issue Jun 29, 2023 · 1 comment
Open

Regarding Play Store Description #304

kalien1 opened this issue Jun 29, 2023 · 1 comment
Labels
How To? This is a how to question

Comments

@kalien1
Copy link

kalien1 commented Jun 29, 2023

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!

@larryaasen larryaasen added the How To? This is a how to question label Nov 8, 2023
@larryaasen
Copy link
Owner

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]

For the iOS App Store, use this format:
[: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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
How To? This is a how to question
Projects
None yet
Development

No branches or pull requests

2 participants