larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
558 stars 271 forks source link

Regarding Play Store Description #304

Open kalien1 opened 1 year ago

kalien1 commented 1 year ago

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 commented 11 months ago

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.