Crashed: com.apple.main-thread
0 libsystem_platform.dylib 0x1e642c00c os_unfair_lock_lock + 16
1 CoreFoundation 0x19e48a88c _cow_copy + 56
2 CoreFoundation 0x19e5a4580 -[__NSDictionaryM copy] + 156
3 eSound 0x102ca8198 -[GADNetwork setServiceRadioAccessTechnology:] + 265 (GADNetwork.m:265)
4 eSound 0x102ca7fcc -[GADNetwork updateRadioAccessTechnology] + 222 (GADNetwork.m:222)
5 eSound 0x102ca7da4 __49-[GADNetwork enableRadioAccessTechnologyChecking]_block_invoke + 185 (GADNetwork.m:185)
6 Foundation 0x19f85e7f4 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 24
7 Foundation 0x19f751120 -[NSBlockOperation main] + 104
8 Foundation 0x19f860bb8 __NSOPERATION_IS_INVOKING_MAIN__ + 24
9 Foundation 0x19f750da8 -[NSOperation start] + 808
10 Foundation 0x19f861624 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 24
11 Foundation 0x19f8610d0 __NSOQSchedule_f + 184
12 libdispatch.dylib 0x19e14e834 _dispatch_block_async_invoke2 + 148
13 libdispatch.dylib 0x19e140ac8 _dispatch_client_callout + 20
14 libdispatch.dylib 0x19e14e04c _dispatch_main_queue_callback_4CF + 836
15 CoreFoundation 0x19e4bf1e4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
16 CoreFoundation 0x19e4b93b4 __CFRunLoopRun + 2508
17 CoreFoundation 0x19e4b84bc CFRunLoopRunSpecific + 600
18 GraphicsServices 0x1b4fca820 GSEventRunModal + 164
19 UIKitCore 0x1a0e65164 -[UIApplication _run] + 1072
20 UIKitCore 0x1a0e6a840 UIApplicationMain + 168
21 eSound 0x1028ea1a0 main + 14 (main.m:14)
22 libdyld.dylib 0x19e17fe40 start + 4
Now it seems that the crashes are two in GADNetwrok.m:
1. -[GADNetwork setServiceRadioAccessTechnology:] + 265
2. -[GADNetwork updateRadioAccessTechnology] + 216
Reproducing a demo with the crash is nearly impossible, we are considering upgrading to 7.68.0 but we don't think this issue will be solved with that version.
Talking with a Google Engineer he said that it seems a problem when using and setting cellular GSM connections like 2G, 3G & 4G, he's trying to create a reproducible demo but it is hard to do it.