Flutter IOS app on test flight - white screen for few user but runs perfectly for other users. Before uploading the IOS app to TestFlight on simulator the app runs perfectly. When I upload the IOS app on TestFlight for 4 user. Then 2 user are able to run the app perfectly but the other two are not able to run the app and gets "white screen".
For Iphone 14 pro max user not seeing the IOS app but iPhone 13 / iPhone 11 Pro Max user is seeing the app and it runs perfectly.
Any help greatly appreciated
Things I tried.
- Removed all the error shown in flutter problem screen like - removed null error, remove all the warnings
- I completed the whole cycle like flutter clean / flutter run / flutter build ios --release but no solution to my problem
- I updated the target IOS to 15 from 12 earlier but no solution