Hi there,
We're using `purchases_flutter: 3.9.5` in our Flutter app.
When I sent a Test Flight with our IAP implementation, all users get an iOS popup saying the `Apple Media Services Terms and Conditions have changed`, which upon pressing "ok" takes the user to a blank screen.


This state is so weird that revenue cat doesn't even return anything from the Purchase method. So by closing this blank screen the app just hangs on loading, waiting for Revenue Cat to return a response from the purchase method, which it never does.
Closing the app completely causes the Terms to Pop back up once again, but this time it loads, and upon pressing accept the iOS "successful purchase" pop up comes up. Any following purchases work as expected, without the terms.
All iOS beta users are facing this issue the first time they try to perform the purchase. Will this happen in the live app? Anyone know what to do here?
Thanks