larryaasen / upgrader

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

Minimum App Version is null #365

Open congbap opened 6 months ago

congbap commented 6 months ago

Hi, thank you for providing a great package.

The tag [Minimum supported app version: 1.2.3] in the description is used at the bottom of the description, but it returns null.

The reason is that the description is translated for each country and does not seem to match.

Is there any solution?

larryaasen commented 5 months ago

@congbap When you say the description is translated for each country, can you explain more about that. Is that done automatically by the Play Store? Can you share an example?

congbap commented 5 months ago

@larryaasen If [Minimum supported app version: 1.0.0] is specified in English in the Play Store description and the app is distributed to multiple countries, the description is automatically translated into the language of each country. If the country is Korea [최소 지원 앱 버전: 1.0.0]. There is a way to add country-specific descriptions, but it is actually a difficult task.

AlejandroEspinoza commented 4 months ago

@larryaasen @congbap Is the feature working when the description is manually translated for each country ? I'm about to implement and i'd like to know if the translation is possible or if it should be fixed to English

larryaasen commented 4 months ago

It is not translated.