User Tag List

Page 8 of 13 FirstFirst ... 6 7 8 9 10 ... LastLast
Results 71 to 80 of 125

Thread: ChartBoost

  1. #71
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    An extension would let us call ChartBoost ads anytime/anywhere in the app.

  2. #72
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export Module
    colej_uk's Avatar
    Join Date
    Nov 2006
    Location
    UK
    Posts
    739
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by jregork View Post
    Granted, I haven't even used chartboost, but based on the discussion, you would need to do a little more coding to figure out where to place the chartboost code. You'd have to get it to show on a certain frame, and if the player has made the iap, it would save that to ini, and skip the frame that has the ad.
    Quote Originally Posted by Koji_Kabuto View Post
    The only way to do this is that Clickteam integrate the SDK into the exporter, that would not be anything bad. BTW, in Android is the only way in which we use it, since the exporter generates an .APK file.
    It wouldn't be that hard to do via extension right now.

    Currently you would still need to add the required files to the Xcode Project manually, but once that's done it's possible to control chartboost via an extension. The same goes for android.

    I've been trying a bit of extension development myself, and although I'm still learning I may have a go at making some iOS API extensions. There are a lot of good ones out there.

  3. #73
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleXNA Export Module
    DistantJ's Avatar
    Join Date
    Jan 2008
    Location
    Gloucester, UK
    Posts
    2,144
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    ChartBoost

    The downside currently is that iOS extensions have to be done in just one class file (i.e. one .h file and one .m file), which can make some things more awkward than they might be if you had more control.

  4. #74
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jan 2012
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure if this is totally covered or not, but it seems like you can either run it or not run it. Is there a way to check in an ini file before it loads so you can see if they've purchased the add free iap?

    and on a side note. Would having a free app. with an IAP to unlock the extra full features but still having that 1 chartboost preload when they had paid be a bad thing? (if i removed iads on the actual usable/interactive apps frames).

  5. #75
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2007
    Location
    Australia
    Posts
    1,152
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, the ini check would require the extension. The extension would allow us to call the ads via the event editor.

    So once we had that ability you could check your ini for IAP purchases to remove ads.

  6. #76
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jan 2012
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by RhysD View Post
    No, the ini check would require the extension. The extension would allow us to call the ads via the event editor.

    So once we had that ability you could check your ini for IAP purchases to remove ads.
    Ahh ok might just have to keep the preroll advert in then.

  7. #77
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know if it's possible - I can't use Xcode very well, but would it be possible to check if a file exists before the ad launches (via Xcode)?

  8. #78
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    DTownTony's Avatar
    Join Date
    Sep 2010
    Location
    Detroit
    Posts
    428
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A few little tidbits I've come across using Chartboost. Make sure when your game is deactivated that your game is automatically paused (ie if the person receives a call) , otherwise when they re-enter the game another ad will pop-up in the middle of game play and piss them off. I had this issue and it got me a few bad reviews so I put a cap on the amount of ads they can get to just 1/hr so that helped with the negative reviews but it lowered the income (this will be back to normal my next update where I correct the pause issue)

    Now, more exciting news is I managed to get the "More Apps" page to work in my next update! The way I did this though was to hack the crap out of an existing extensions .m file that I wasn't using. In mmf I basically call an action from the extension and after exporting the game I go into its .m file in xcode, include Chartboost, find the action that I call, and place the same Chartboost code that I used in RuntimeIPhoneAppDelegate.m in place of the code that is already there. I just replace the [cb showInterstitial] with [cb showMoreApps]. I literally spent the last few days on this, and it is very confusing if you are not comfortable editing the files in xcode, but its a start. You can also use this method to handle the rest of the features of Chartboost as well. I repeat though, it is a very convoluted way to do it but with out an actual extension its a at leastpossible.

  9. #79
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I pause with Q&A when the app is closed, but when I restart a new add is lying under the Q&A Object. Which means the player has to unpause first, then he's able to close the ad while the game is already running. Another glitch: ads show right after making an IAP. I'm wondering, since the app is waiting for review - should I deactivate the ad campaign until the app is approved?

  10. #80
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    DTownTony's Avatar
    Join Date
    Sep 2010
    Location
    Detroit
    Posts
    428
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't think there's any reason to deactivate it. For the Q&A object, im not sure as I dont use that to pause.

Page 8 of 13 FirstFirst ... 6 7 8 9 10 ... LastLast

Similar Threads

  1. About the new chartboost object on iOS
    By SoftWarewolf in forum iOS Export Module Version 2.0
    Replies: 19
    Last Post: 11th November 2013, 11:37 PM
  2. Help with Chartboost
    By Outcast in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 4th November 2013, 02:38 PM
  3. How to use Chartboost extension
    By Astronio in forum Android Export Module Version 2.0
    Replies: 21
    Last Post: 4th August 2013, 02:18 PM
  4. Chartboost ADS
    By Koji_Kabuto in forum Android Export Module Version 2.0
    Replies: 7
    Last Post: 3rd March 2013, 09:27 AM
  5. iOS ChartBoost extension
    By Olivier in forum Paid Design & Development Requests
    Replies: 4
    Last Post: 18th January 2013, 04:10 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
  •