I'm having trouble debugging a white screen of death that appears ONLY in the following circumstsance:
- A device has a pre-existing version of the app installed
- The device updates to the new version of the app
- Upon loading, and only immediately after updating, a white screen appears after the splash screen
I have seen and debugged this symptom before, but here is the problem: after attaching the process to Safari and reloading, EVERYTHING IS FINE. No errors, the app loads without issue. This seems to only occur the very first time a user updates to the new version of the app, but I can't attach to the process quickly enough to see any errors.
Is there a way I can see what's going on? Thanks!