I experienced this exact same thing with my last iOS build from Unity. Crash only occurs when app is downloaded from TestFlight so very difficult to resolve. Managed to fix it by commenting out everything inside (void)applicationWillTerminate:(UIApplication*)application from UnityAppController.mm. Now it is not crashing anymore