googleads-ima-ios
googleads-ima-ios copied to clipboard
Main Thread Checker: UI API called on a background thread: -[UIApplication delegate]
The app gets hanged with the launch I get the following errors
Main Thread Checker: UI API called on a background thread: -[UIApplication delegate] PID: 1085, TID: 286632, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0 Backtrace: 4 ViUOTT 0x0000000101db2614 GADiTunesMetadataForFileAtPath + 7832 5 ViUOTT 0x0000000101e36c50 GADDiskUsageStatisticsWithError + 7012 6 ViUOTT 0x0000000101dbca1c GADCategories_GADSlot_Mediation + 30720 7 ViUOTT 0x0000000101d79e9c GADErrorWithDomainCodeAndDescription + 19740 8 ViUOTT 0x0000000101d78f64 GADErrorWithDomainCodeAndDescription + 15844 9 libdispatch.dylib 0x0000000106f25260 _dispatch_call_block_and_release + 24 10 libdispatch.dylib 0x0000000106f25220 _dispatch_client_callout + 16 11 libdispatch.dylib 0x0000000106f33e80 _dispatch_queue_serial_drain + 768 12 libdispatch.dylib 0x0000000106f28730 _dispatch_queue_invoke + 328 13 libdispatch.dylib 0x0000000106f34dd8 _dispatch_root_queue_drain_deferred_wlh + 352 14 libdispatch.dylib 0x0000000106f3bebc _dispatch_workloop_worker_thread + 676 15 libsystem_pthread.dylib 0x00000001828a3e70 _pthread_wqthread + 860 16 libsystem_pthread.dylib 0x00000001828a3b08 start_wqthread + 4 2019-06-26 16:17:33.764150+0530 ViUOTT[1085:286632] [reports] Main Thread Checker: UI API called on a background thread: -[UIApplication delegate] PID: 1085, TID: 286632, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0 Backtrace: 4 ViUOTT 0x0000000101db2614 GADiTunesMetadataForFileAtPath + 7832 5 ViUOTT 0x0000000101e36c50 GADDiskUsageStatisticsWithError + 7012 6 ViUOTT 0x0000000101dbca1c GADCategories_GADSlot_Mediation + 30720 7 ViUOTT 0x0000000101d79e9c GADErrorWithDomainCodeAndDescription + 19740 8 ViUOTT 0x0000000101d78f64 GADErrorWithDomainCodeAndDescription + 15844 9 libdispatch.dylib 0x0000000106f25260 _dispatch_call_block_and_release + 24 10 libdispatch.dylib 0x0000000106f25220 _dispatch_client_callout + 16 11 libdispatch.dylib 0x0000000106f33e80 _dispatch_queue_serial_drain + 768 12 libdispatch.dylib 0x0000000106f28730 _dispatch_queue_invoke + 328 13 libdispatch.dylib 0x0000000106f34dd8 _dispatch_root_queue_drain_deferred_wlh + 352 14 libdispatch.dylib 0x0000000106f3bebc _dispatch_workloop_worker_thread + 676 15 libsystem_pthread.dylib 0x00000001828a3e70 _pthread_wqthread + 860 16 libsystem_pthread.dylib 0x00000001828a3b08 start_wqthread + 4
I'm also having the same issue
did u find a solution?
Hi guys, I am seeing the same issue after I updated one of my older iOS Apps. Anyone know if there is a solution/workaround ? F