react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

TestFlight Crash - exhausted real (wall clock) time allowance

Open danwhite-ipc opened this issue 4 years ago • 1 comments

react-native info System: OS: macOS 10.15.3 CPU: (4) x64 Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz Memory: 114.65 MB / 8.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 13.7.0 - /usr/local/bin/node Yarn: 1.21.1 - /usr/local/bin/yarn npm: 6.13.6 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.9.1 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2 Android SDK: API Levels: 28, 29 Build Tools: 28.0.3, 29.0.2 System Images: android-28 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: 3.5 AI-191.8026.42.35.5977832 Xcode: 11.5/11E608c - /usr/bin/xcodebuild Languages: Java: 1.8.0_232 - /usr/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.11.0 => 16.11.0 react-native: 0.62.2 => 0.62.2 npmGlobalPackages: react-native: Not Found

What react-native-splash-screen version are you using? 3.2.0

What platform does your issue occur on? (Android/iOS/Both) iOS

Describe your issue as precisely as possible : When a version of the app is delivered via TestFlight and when a background push is sent to the device it receives a crash alert. On some investigation the app is being killed by iOS and the following information is in the logs.

Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Termination Description: SPRINGBOARD, scene-create watchdog transgression: application<****>:7778 exhausted real (wall clock) time allowance of 19.56 seconds

On some investigation you can receive this exception when the splash screen of the app is visible for too long. Is there a way to handle that if the application is loading in the background not to disable this package?

danwhite-ipc avatar Jun 08 '20 09:06 danwhite-ipc