Vishal Zaveri

Results 8 comments of Vishal Zaveri

@luminkhant i was facing this same issue. I added bellow code in appDelegate.swift file and Authorisation default alert showing in iOS 16+ ``` func applicationDidBecomeActive(_ application: UIApplication) { if #available(iOS...

Hi @deniza & @JariHuomo Happy coding 😀 My app was approved and live in apple store with the help of above code block. this swift code will work for iOS...

> I am coding the new update right now. @jonataslaw Any update for release 5.0?

Thanks for the replay @jonataslaw 👍

@luminkhant i was facing this same issue. I added bellow code in appDelegate.swift file and Authorisation default alert showing in iOS 16+ ``` func applicationDidBecomeActive(_ application: UIApplication) { if #available(iOS...

**Approach 1:** if you want to display snackbar and then want to navgate back to screen, you can this properties: `snackbarStatus` ``` Get.snackbar( 'Title', 'Message', snackbarStatus: (status) { if (status...

@Owenli0202 , @hashinclude72 , @jja08111 , @XHStudios You have to pass params `preventDuplicates` with value false. `Get.toNamed('/ScreenName', preventDuplicates:false);` try `Get.toNamed ('/Page2', preventDuplicates: false,)` Duplicate of #514 & #898

Android 12 and higher version - automatic backup: true data will not clear even after app uninstall, later android 11 shred preference working differently check [here](https://developer.android.com/guide/topics/data/autobackup#Files) to resolve this issue...