upgrader icon indicating copy to clipboard operation
upgrader copied to clipboard

Upgrader is not working on iOS, dialog box blinks when the app open and then disappear from the screen

Open zaafi opened this issue 1 year ago • 5 comments

zaafi avatar Apr 11 '23 15:04 zaafi

@zaafi Can you provide you upgrader log and the code you used with upgrader?

larryaasen avatar Apr 13 '23 12:04 larryaasen

I have an app in the App Store of Brazil, then I: return UpgradeAlert( upgrader: Upgrader( countryCode: "BR", debugDisplayAlways: true, ),

But, the alert does't open. when I consulted in the Itunes I found it. CustomButton( label: 'test', onPressed: () async { await Future.delayed(Duration.zero); final itunes = ITunesSearchAPI(); final result = itunes.lookupByBundleId( 'br.*************', country: "BR", ); result.then((value) { log('iTunes: $value'); }); }),

                          log: iTunes: {resultCount: 1, results: [{features: [iosUniversal], isGameCenterEnabled: false, advisories: [
                          
                         

how can I solve this?

fabiototh avatar Aug 09 '23 20:08 fabiototh

https://github.com/larryaasen/upgrader/issues/331

https://github.com/larryaasen/upgrader/issues/250

Seems IOS upgrader does not work. Also same here +1.

dfdgsdfg avatar Oct 24 '23 08:10 dfdgsdfg

#331

#250

Seems IOS upgrader does not work. Also same here +1.

When calling from the main.dart file, it is necessary to adjust the calling strategy. Utilize any landing screen within your application to invoke the upgrader; it will function appropriately in that context.

zaafi avatar Oct 31 '23 06:10 zaafi

@zaafi Can this be closed or do you still have issues on iOS?

larryaasen avatar Apr 07 '24 12:04 larryaasen