larryaasen / upgrader

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

Not working on Play store alpha channel, updated appbundle on play store on Closed Testing (alpha channel), #321

Closed dhiren-basra closed 8 months ago

dhiren-basra commented 11 months ago

upgrader: dependency: "direct main" description: name: upgrader url: "https://pub.dev" source: hosted version: "6.5.0"

Not working on "Play Store Closed Testing" Channel release : updated appbundle on play store on Closed Testing (alpha channel), but not available for testes existing app.

Added like this in code : on home screen (homePage.dart -> HomeScreen) at top widget in build method :

UpgradeAlert( upgrader: Upgrader( dialogStyle: UpgradeDialogStyle.cupertino, ), child : someWidget());

tejpalSinghRathore commented 10 months ago

Did it work any other way around @dhiren-basra

larryaasen commented 8 months ago

The upgrader package will only work with Google Play apps release in production. The app must be visible here: https://play.google.com/store/apps

dhiren-basra commented 8 months ago

okay @larryaasen, your app should be publicly available, only then upgrader package will works, noted, and it will not works in other testing channels, like Closed, Internal, Beta Testing etc. @tejpalSinghRathore it will works only in production release mode.