I am using latest GoogleInteractiveMediaAds V3.11.1 in my app. After ad was getting loaded, I selected learn more option and moved the app to background and reopened the app once in the foreground at that time the below issue happens and my app struck for a while and I could not able to access my app at all.
Error Log : void SendDelegateMessage(NSInvocation *): delegate (webView:decidePolicyForNavigationAction:request:frame:decisionListener:) failed to return after waiting 10.000000 seconds. main run loop mode: kCFRunLoopDefaultMode
Is there any way to fix this. Any help will be appreciated.
Note : The same issue exists in the GoogleInteractiveMedia sample source(Basic Source example) as well. Issue exists only in iOS 13 devices rest other below versions are working fine.