Reputation: 2609
Is there any standard mraid.js file required to implement MRAID compliant ads in android or do i need to implement my own mraid.js from reading the MRAID 3.0 specification?
Upvotes: 0
Views: 1401
Reputation: 11553
AFAIK there's none.
Notice MRAID implementation is not only mraid.js
- mraid.js is just a javascript bridge between HTML5 ads and SDK Native code. So even if there were, it wouldn't mean you can just borrow it and plug into your SDK as is - you'll still have to implement the code on your SDK's side.
To see real-world implementations you might check out any open-source SDK i.e. Appnexus Android SDK that does support MRAID - not sure about MRAID3 though but I've seen MRAID2 support there.
Upvotes: 0