larryaasen / upgrader

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

Question on minAppVersion from stores with multiple locales #405

Open tempo-riz opened 5 months ago

tempo-riz commented 5 months ago

Hello, the plugin's readme says this :

Android 
Add this text to the bottom of the full description field in the Google Play Console under the main store listing.

iOS 
Add this text to the bottom of the description field in App Store Connect in the description field.

How does this behaves with multiple languages ? In my case for example I have the default language EN and second FR (app store and play store) Should I put the minimum version tag in both descriptions ? Does it work the same for both stores ?

I would expect the behavior to be : Reads only the main language desc on both store, can you confirm this ? Thanks :)

larryaasen commented 4 months ago

@tempo-riz I would assume that you need to put the minimum version tag in each language description field. That is how I use it. However, I think more testing is needed to be 100% sure about this.