Posts

Post not yet marked as solved
4 Replies
We are facing the similar problem as described in the SO link.Yes we are also showing Google Mobile Ads SDK to show ads.We believed some how Google ADS are responible for this issue, based on that we started our investigation to find the responsible ad causing this issue.As per our current observation, the responsible AD is an Interstitial Ad (Might be any AD having audio component). We have looked into the content of the responsible AD file (downloaded as html content) and found that it contains some Audio Component and cocos2d code.We have also verified that this issue is happening only on devices having iOS 12.2 and above.The hypothesis that whenever an HTML file having some audio component is loaded into UIWebview Audio Session loses its focus, might be true.We are looking further into this.