I added a mma Banner in a iMessage Extension. But nothing happens when I touch the ad. The console logs this exception:
*** WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> *** -[NSProxy doesNotRecognizeSelector:view] called!
This is the code to load the ad
let adView = FBAdView(placementID: "some ids", adSize: kFBAdSize320x50, rootViewController: self)
adView.frame = CGRect(x: 0, y: 90, width: adView.frame.size.width, height: adView.frame.size.height)
adView.delegate = self
adView.loadAd()
It's version 4.15.0 from FBAudienceNetwork.framework