mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-18 18:02:57 +08:00

Using the example in the previous version of this document, calling prepareInterstitial(adId) resulted in an "-[__NSCFString count]: unrecognized selector sent to instance" exception. This was alleviated by changing the call to prepareInterstitial({adId: adId}) (e.g. passing in an options object vs. just the adid string)