Dear FlutterFlow community and team,
I am trying to make ATT notification to pop up on IOS physical device and it just refuses to work. It works fine on Xcode simulator but in TestFlight it doesn't show up no matter what I do.
I implemented all advices I found on internet: added initial custom action into main.dart, added 1 sec delay, made sure there is no other notifications blocking it, even tried adding ATT notification trigger into custom widget. Works in simulator but not physical device (TestFight).
Can someone please advice on what I should do? Why does it show differently between Simulator and real device?
Apple keeps rejecting the app because of that :(
I provided some screenshots of custom code.
I would be hugely grateful to anyone who can help me solve this