Crash Report Exception Type: EXC_CRASH (SIGKILL)

My app was no issues at all on first launch, and no crash on second launch if internet turned off but have a crash on second launch if connected with internet. Any suggestions and ideas?

Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Termination Description: SPRINGBOARD, process-exit watchdog transgression: com.123KidsAcademy.app exhausted real (wall clock) time allowance of 5.00 seconds | ProcessVisibility: Background | ProcessState: Running | WatchdogEvent: process-exit | WatchdogVisibility: Background | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 10.020 (user 10.020, system 0.000), 100% CPU", | "Elapsed application CPU time (seconds): 0.841, 8% CPU" | )
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   UnityFramework                	0x0000000101959a74 0x100c00000 + 13998708
1   UnityFramework                	0x000000010140280c 0x100c00000 + 8398860
2   UnityFramework                	0x000000010138bf1c 0x100c00000 + 7913244
3   UnityFramework                	0x0000000100c147e4 0x100c00000 + 83940
4   UIKitCore                     	0x00000001d752def4 -[UIApplication _terminateWithStatus:] + 220
5   UIKitCore                     	0x00000001d6de9d7c __98-[__UICanvasLifecycleMonitor_Compatability deactivateEventsOnly:withContext:forceExit:completion:]_block_invoke.261 + 344
6   UIKitCore                     	0x00000001d75320ac _runAfterCACommitDeferredBlocks + 296
7   UIKitCore                     	0x00000001d7520bfc _cleanUpAfterCAFlushAndRunDeferredBlocks + 352
8   UIKitCore                     	0x00000001d754da6c _afterCACommitHandler + 116
9   CoreFoundation                	0x00000001aae3b4fc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32
10  CoreFoundation                	0x00000001aae36224 __CFRunLoopDoObservers + 412
11  CoreFoundation                	0x00000001aae367a0 __CFRunLoopRun + 1228
12  CoreFoundation                	0x00000001aae35fb4 CFRunLoopRunSpecific + 436
13  GraphicsServices              	0x00000001ad03879c GSEventRunModal + 104
14  UIKitCore                     	0x00000001d7526c38 UIApplicationMain + 212
15  UnityFramework                	0x0000000100c18a64 0x100c00000 + 100964
16  ***                    	0x0000000100a57e1c 0x100a50000 + 32284
17  libdyld.dylib                 	0x00000001aa8f98e0 start + 4

Replies

The 0x8badf00d code indicates that your app was killed by the watchdog. For more on this, see Addressing Watchdog Terminations.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"