upgrader icon indicating copy to clipboard operation
upgrader copied to clipboard

Dont show dialog on IOS device

Open phudqph09495 opened this issue 1 year ago • 2 comments

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),
       ),

phudqph09495 avatar Sep 22 '23 04:09 phudqph09495

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

larryaasen avatar Nov 07 '23 01:11 larryaasen

@phudqph09495 Are you still having issues?

larryaasen avatar Apr 07 '24 12:04 larryaasen