I am constantly getting my app submission to the app store rejected because of watchdog termination when launching the app. However, I am not getting this issue when launching and running on my own device.
beforePC":"ARAA1MADX9aQBYCSARAA1MADX9awBYCSARAA1MADX9bQBYCSARAA1A==","atPC":"wANf1vAFgJIBEADUwANf1hAGgJIBEADUwANf1jAGgJIBEADUwANf1g=="},
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGKILL"},
"termination" : {"code":2343432205,"flags":6,"namespace":"FRONTBOARD","reasons":["<RBSTerminateContext| domain:10 code:0x8BADF00D explanation:scene-create watchdog transgression: app<private(7DC8416E-7F37-4893-A778-3A6AED3B36A0)>:659 exhausted real (wall clock) time allowance of 19.73 seconds","ProcessVisibility: Foreground","ProcessState: Running","WatchdogEvent: scene-create","WatchdogVisibility: Foreground","WatchdogCPUStatistics: (",""Elapsed total CPU time (seconds): 92.430 (user 66.050, system 26.380), 57% CPU",",""Elapsed application CPU time (seconds): 0.082, 0% CPU"",") reportType:CrashLog
I understand that the launch time is very slow, but I can’t figure out what is causing the app to take so long to launch.
I tried to take some code off the main thread but I have no idea what can be causing the issue.
New contributor
Iram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1