Yeah, I really wish caching worked for me... during testing I missed another video ad probably due to load times...
Can we just get a V3 object that works? That would be great.



Yeah, I really wish caching worked for me... during testing I missed another video ad probably due to load times...
Can we just get a V3 object that works? That would be great.















I wonder why it's not working for you.
As far the Flag.. use an Active, and use a flag from that.
Did you try instead of Demo "" and Default ?
2.
+Start of Frame
-Cache interstitial with location ""
+On interstitial located at "Default" cached
- Show ........
+On interstitial located at "" closed
- Clear Preloaded data
(if I leave the "Clear Preloaded" data out of it, then it will only show once)



Yeah, I tied caching to "" and playing from "Default" as well. still no luck.
Wait... capitalization doesn't matter... does it? When it works for you are you using caps when typing "Demo"?
Because when caching to "demo" and playing from "demo" I still don't get an ad. hmmm.
Can you tell me EXACTLY what works for you, upper and lower cases... where are you caching, how are you caching, what is your cache's favorite color, does your cache enjoy long walks on the beach?
you can't test for interstitial cached and timer equals at the same time, these are triggered conditions!
you'll have to store if the ad is cached or not somewhere else.
for testing i would put a counter somewhere visible on the frame, then:
+On interstitial located at "demo" cached
- Set counter to 1
then if counter equals 1 then the ad is cached. but as soon as you show the ad it's not going to be cached anymore so you'll have to set the counter to 0 and then cache again.
also make sure test mode is enabled on the chartboost dashboard, so you know you can get an ad-fill.



I believe I did "interstitial success add 1 to counter" with no luck. I'll have to do more testing Monday. I have to go to San Diego for the weekend and I'll return to hopefully get this working. Thanks for the tips softwarewolf.















This is how I do it for IOS
https://www.dropbox.com/s/xrlrcn9l5p...boost.PNG?dl=0
see also where i helped someone with it.
http://community.clickteam.com/threads/94363-Why-am-I-getting-tons-of-errors-when-I-Build-my-app?p=676103#post676103
@Fernando.. it all seems to be working now, but for IOS you still need to put it in a group, otherwise you get double ads. when you close it.
No problem Robotica ^^
Perry! i noticed a problem with two ads showing at the same time, and i can't figure out why this happens, have you managed to isolate this issue and got a way to fix it?
I am using groups, so group "show ad" will show chartboost if it's available, and if not available it moves on to admob/supersonic etc, then the group is disabled.
So i don't think it has anything to do with the group, perhaps something to do with clearing preload data? not sure what that action does, haven't touched it.















When I close the Ad, I de-activate the group right away.. so it doesn't show the duplicate Ad. That was the only way at that time (See some older threads)
What you can try it add
+On interstitial located at "" closed
- Clear Preloaded data
Maybe that works now for IOS.. but last year it didn't... that's why i made a chartboost group to bypass the double ad problem.
Is supersonic ported? For iOS or Android? Also do anyone have an example of a setup like this with groups etc that goes through and shows from another ad service if one is not available? Like if Chartboost is not available it will show one for supersonic, and if that is not available it will show from admob. Thanks![]()