larryaasen / upgrader

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

Will it work for the already installed apps with out implemented the upgrader? #274

Closed HarishBirlangi242 closed 6 months ago

HarishBirlangi242 commented 1 year ago

In play store I already have the app version 1.0.0, and now I implemented upgrader in my 2.0.0 version. will it give an app upgrade alert to the users who are using 1.0.0 version app? I think it will not work right?

larryaasen commented 1 year ago

It will not show in the 1.0.0 version because the code was not in that version. If you add upgrader in 2.0.0, it will show on the next update after 2.0.0.