mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-02-27 00:00:05 +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)