I'm using the iOS SDK.
Do I have to program my own skip ad button or is there a simple flag I can set so that video ads are allowed to be skipped after a few seconds?
In the documentation I see a lot of stuff referencing skipping ads such as a flag in AdsManager that let's me set isSkippable, a function in AdsManager called skip(), as well as a kIMAAdEvent_SKIPPED. However in my code none of these things can be found. They don't show up using autocomplete and are called errors when I try to call these. Please help! Thanks