User Tag List

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 40

Thread: Chartboost Caching working for anyone?

  1. #11
    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)
    Yes, 285.1. The file is 3,814 Mb and the date 9/8/2015

    (this is the new Chartboost version with the updated libs)

    So... for IOS, will this work as well then?

    Also, does it work for you if you leave the Clear Preloaded data event out?
    cause it only works once when i reload the frame several times.
    If I add that line in, then it's working fine.

  2. #12
    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 Perry View Post
    ok did some testing again..
    4.
    Cache interstitial with location "demo"
    On interstitial located at "demo" cached
    Show interstitial with location "demo"
    Hmmm, so caching works again now huh? You know... I'm almost afraid to use it though because of fear of it breaking again in the future then the timing goes out the window. lol.

    How reliable do you guys think this will be? What has caused it to randomly stopped working before?

    I now live in fear... 0_0

  3. #13
    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)
    lol.

    Well.. make a small project with your chartboost object and ID.
    and put a button on it that does a Reload Frame , and use these events.
    make sure you add the "clear cache" one at the end... otherwise it only shows once.

  4. #14
    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 sometimes don't get the Interstitial video ad because it does not load on time before the frame ends... so I will potentially be losing money if people have a slow network connection.... caching is very important. I will try testing this again right now.

    So you are using...

    +Start of frame
    -Cache interstitial with location "demo"

    +On time 00"-XX'
    +Interstitial located at "demo" cached
    -Show interstitial with location "demo"

    +On interstitial located at "demo" closed
    -Clear Preloaded data


    Is that correct, Perry? I will try the same and see if it loads at precisely the times I need.

  5. #15
    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)
    A triggered (green) condition should always be the first on the list,
    do something like:

    +Interstitial located at "demo" cached
    - Set flag 0 on

    +On time 00"-XX'
    +Flag 0 is on
    - Show interstitial with location "demo"
    - Set flag 0 off
    - Cache interstitial with location "demo"

    Something similiar to this works for me, but i haven't updated to 285.1

  6. #16
    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)
    Softwarewolf,

    on your event, the actions you have listed are:

    - Show interstitial with location "demo"
    - Set flag 0 off
    - Cache interstitial with location "demo"

    So you are showing it, turning off the flag, then caching again? That doesn't make sense to me to cache again... are you just caching again for later??
    I have 10 frames, each for one stage... If I cache for later... will it still show regardless of it being a different frame? I would imagine, right?

  7. #17
    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)
    Quote Originally Posted by Robotica View Post
    I sometimes don't get the Interstitial video ad because it does not load on time before the frame ends... so I will potentially be losing money if people have a slow network connection.... caching is very important. I will try testing this again right now.

    So you are using...

    +Start of frame
    -Cache interstitial with location "demo"

    +On time 00"-XX'
    +Interstitial located at "demo" cached
    -Show interstitial with location "demo"

    +On interstitial located at "demo" closed
    -Clear Preloaded data


    Is that correct, Perry? I will try the same and see if it loads at precisely the times I need.
    Yes, that should work and trigger on time.

  8. #18
    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)
    Instead of "Interstitial" that should work for "Rewarded Video" as well right?

  9. #19
    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 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"

  10. #20
    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
    A triggered (green) condition should always be the first on the list,
    do something like:

    +Interstitial located at "demo" cached
    - Set flag 0 on

    +On time 00"-XX'
    +Flag 0 is on
    - Show interstitial with location "demo"
    - Set flag 0 off
    - Cache interstitial with location "demo"

    Something similiar to this works for me, but i haven't updated to 285.1
    no flag that I can find exists on the object.

Page 2 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
  •