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

Dont show dialog on IOS device #331

Open phudqph09495 opened 9 months ago

phudqph09495 commented 9 months ago

I use upgrader, this works well on Android but upgrade dialog not show on IOS device

My version in Appstore is image image

My code simply is

home: UpgradeAlert(

          child: MyHomePage(),
          upgrader: Upgrader(dialogStyle: UpgradeDialogStyle.cupertino, showLater: false,

            showIgnore: false),
        ),
larryaasen commented 8 months ago

@phudqph09495 To better assist in analyzing issues, please include all of the upgrader log, which can be enabled by setting debugLogging to true.

larryaasen commented 3 months ago

@phudqph09495 Are you still having issues?