Change 8.0 to 11.0 worked for me
Post
Replies
Boosts
Views
Activity
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.