while (WidgetsBinding.instance.lifecycleState != AppLifecycleState.resumed) {
await Future.delayed(Duration(milliseconds: 400));
}
To check if the TestFlight window has disappeared before triggering the ATT prompt. After this, the app update has been approved.
Post
Replies
Boosts
Views
Activity
Change 8.0 to 11.0 worked for me