User Tag List

Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 40

Thread: Chartboost Caching working for anyone?

  1. #21
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Robotica's Avatar
    Join Date
    Jul 2015
    Location
    Las Vegas, NV and Orange, CA.
    Posts
    263
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  2. #22
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    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)

  3. #23
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Robotica's Avatar
    Join Date
    Jul 2015
    Location
    Las Vegas, NV and Orange, CA.
    Posts
    263
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  4. #24
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    SoftWarewolf's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    941
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Robotica View Post
    I just tested and it does not work for me when using Chartboost V2 and Fusion 2.5 Developer R285.1

    I have...

    +Start of frame
    -Clear preloaded data

    +Timer equals 01"-00
    -Cache intersititial with location "demo"

    +On interstitial located at "demo" cached
    +Timer equalds 18"-00
    -Show interstitial with location "demo"
    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.

  5. #25
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Robotica's Avatar
    Join Date
    Jul 2015
    Location
    Las Vegas, NV and Orange, CA.
    Posts
    263
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  6. #26
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    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.

  7. #27
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Robotica's Avatar
    Join Date
    Jul 2015
    Location
    Las Vegas, NV and Orange, CA.
    Posts
    263
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by SoftWarewolf View Post
    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.
    Oh myyyyy! success.

    Thank. You. Soft. Ware. Wolf.

  8. #28
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    SoftWarewolf's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    941
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    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.

  9. #29
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #30
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by SoftWarewolf View Post
    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.
    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

Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Replies: 11
    Last Post: 30th September 2015, 12:18 AM
  2. Replies: 9
    Last Post: 12th September 2015, 11:45 AM
  3. Chartboost for Android not working ?
    By Perry in forum Android Export Module 2.5
    Replies: 5
    Last Post: 29th March 2015, 09:28 PM
  4. Chartboost working in Fusion?
    By Outcast in forum iOS Export Module 2.5
    Replies: 54
    Last Post: 4th June 2014, 01:42 PM
  5. Chartboost not working anyymore?
    By Perry in forum Fusion 2.5
    Replies: 19
    Last Post: 19th May 2014, 10:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •