I've received the following crash log from AppStore.
{"app_name":"Test","timestamp":"2017-01-13 11:31:15.91 +1100","app_version":"2.1.13","slice_uuid":"103e0931-1199-3e8b-96bc-dbd3d902df99","adam_id":706086506,"build_version":"878","bundleID":"com.sdg.talkz2","share_with_app_devs":false,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 10.2 (14C92)","incident_id":"057D675E-ECB4-448F-A1B2-F2133C2CD44C","name":"Test"} Incident Identifier: 057D675E-ECB4-448F-A1B2-F2133C2CD44C CrashReporter Key: 03964d57e4638f58d99f509dca4c04f015ec7aeb Hardware Model: iPhone9,4 Process: Test [3884] Path: /private/var/containers/Bundle/Application/66AE8166-926A-4A18-AF79-3B0841F3C444/Test.app/Test Identifier: com.sdg.talkz2 Version: 878 (2.1.13) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.sdg.talkz2 [1009] Date/Time: 2017-01-13 11:31:14.9193 +1100 Launch Time: 2017-01-13 11:30:29.4472 +1100 OS Version: iPhone OS 10.2 (14C92) Report Version: 104 Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d Triggered by Thread: 0 Filtered syslog: None found Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001928fd188 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001928fcff8 mach_msg + 72 2 libdispatch.dylib 0x00000001927ec868 0x1927d5000 + 96360 3 libdispatch.dylib 0x00000001927eccb0 0x1927d5000 + 97456 4 libxpc.dylib 0x0000000192a20f90 xpc_connection_send_message_with_reply_sync + 196 5 CoreFoundation 0x00000001938c9630 0x19381d000 + 706096 6 CoreFoundation 0x00000001938eee08 0x19381d000 + 859656 7 CoreFoundation 0x00000001938c9574 0x19381d000 + 705908 8 CoreFoundation 0x00000001938c79bc 0x19381d000 + 698812 9 CoreFoundation 0x00000001938c8cf8 0x19381d000 + 703736 10 CoreFoundation 0x00000001938c959c 0x19381d000 + 705948 11 CoreFoundation 0x00000001938c79bc 0x19381d000 + 698812 12 CoreFoundation 0x00000001938c8cf8 0x19381d000 + 703736 13 CoreFoundation 0x00000001938c959c 0x19381d000 + 705948 14 CoreFoundation 0x00000001938c79bc 0x19381d000 + 698812 15 CoreFoundation 0x00000001938c8cf8 0x19381d000 + 703736 16 CoreFoundation 0x00000001938c959c 0x19381d000 + 705948 17 CoreFoundation 0x00000001938c79bc 0x19381d000 + 698812 18 CoreFoundation 0x00000001938c8cf8 0x19381d000 + 703736 19 CoreFoundation 0x00000001938c959c 0x19381d000 + 705948 20 CoreFoundation 0x00000001938c79bc 0x19381d000 + 698812 21 CoreFoundation 0x00000001938c8cf8 0x19381d000 + 703736 22 CoreFoundation 0x00000001938c959c 0x19381d000 + 705948 23 CoreFoundation 0x00000001938c79bc 0x19381d000 + 698812 24 CoreFoundation 0x00000001938c8cf8 0x19381d000 + 703736 25 CoreFoundation 0x00000001938c959c 0x19381d000 + 705948 26 CoreFoundation 0x00000001938c79bc 0x19381d000 + 698812 27 CoreFoundation 0x00000001938c8cf8 0x19381d000 + 703736 28 CoreFoundation 0x00000001938c959c 0x19381d000 + 705948 29 CoreFoundation 0x00000001938c8740 0x19381d000 + 702272 30 CoreFoundation 0x000000019398ff14 0x19381d000 + 1519380 31 CoreFoundation 0x00000001938c8698 0x19381d000 + 702104 32 CoreFoundation 0x00000001938c9f24 0x19381d000 + 708388 33 CoreFoundation 0x00000001938ee968 0x19381d000 + 858472 34 CoreFoundation 0x00000001938ef3c0 0x19381d000 + 861120 35 CoreFoundation 0x000000019398ff14 0x19381d000 + 1519380 36 CoreFoundation 0x00000001938ef364 0x19381d000 + 861028 37 libsystem_trace.dylib 0x00000001929fa204 _os_activity_initiate + 76 38 CoreFoundation 0x00000001938ef2c4 0x19381d000 + 860868 39 CoreFoundation 0x00000001938eee08 0x19381d000 + 859656 40 CoreFoundation 0x00000001938ef03c 0x19381d000 + 860220 41 CoreFoundation 0x00000001938ef90c 0x19381d000 + 862476 42 CoreFoundation 0x00000001938eddc8 0x19381d000 + 855496 43 CoreFoundation 0x0000000193988d20 0x19381d000 + 1490208 44 CoreFoundation 0x000000019398e7ac 0x19381d000 + 1513388 45 CoreFoundation 0x00000001938f0ea4 0x19381d000 + 868004 46 CoreFoundation 0x00000001938f076c 0x19381d000 + 866156 47 CoreFoundation 0x00000001938f0d8c 0x19381d000 + 867724 48 CoreFoundation 0x000000019398e710 0x19381d000 + 1513232 49 Foundation 0x00000001943635dc -[NSUserDefaults(NSUserDefaults) objectForKey:] + 52
It says that it crashes while getting the object from NSUserDefaults, not while setting...
It's very strange and I can't find the reason.
Can someone help me with it?
Thanks.