Updated Tutorial for Chartboost

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • So when I use the updated SDK I can't find the app delegates file. I assume RuntimeIPhoneAppdelegate.h is the same as appdelegate.h?
    If I change the name of #importRuntimeIPhoneAppdelegate then I still have another error on the second group of code I was supposed to add for chartboost integration.
    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
    {
    // Initialize the Chartboost library
    [Chartboost startWithAppId:@'NUMBERS'
    appSignature:@'NUMBERS'
    delegate:self];
    I get the error on the last line and it says "Cannot initialize a parameter of type 'id<ChartboostDelegate>'with an !value of type 'RuntimeiPhoneAppDelegate"

    Please login to see this link.

  • First of all, I have no clue what you did, but there are no issues with Chartboost for IOS.

    1. Create your project and add the Chartboost object in it.
    2. In your Xcode project add the Chartboost SDK to the Lib folder..
    3. Compile and go.

  • Hello,
    I need help to insert in my application.
    My app stops at building with the info: Failed @ #import <Chartboost/CBNewsfeed.h> .
    Can someone explain to me what I should do step by step please .
    Thanks again!

  • use an older Chartboost SDK.
    You can removed the CBNewsfeeds.h references but then it will crash later on with other items.
    Use this version : Please login to see this link.

    unzip on your mac, and do a Clear project (or unzip your project again and use this version

  • thanks for the information !
    With the modified chartboost the "old" errors are not appearing but JUST right before the end of building there is one error called:

    Linker command failed with exit code 1 (use -v to see invocation)

    Sorry my english is very bad because i am french guy

  • correct.

    since you are using Xcode 7.x you need to Disable Bitcode (under the build options)
    then it's fine.

    if you are going to submit to apple... then you need to add some new stuff to the Plist. (I created 2 threads with what to add)

  • can you give me more details please :

    I created 2 threads with what to add ( when you say : if you are going to submit to apple... then you need to add some new stuff to the Plist. (I created 2 threads with what to add)

  • I am trying to integrate Chartboost in my iOS app. I've followed Sparkman's tutorial and loaded Perry's SDK. I can build and run my app from xcode, but the ads do not appear. I get this under All Output in xcode:

    2016-02-15 19:51:49.357 Fall_Pit[374:226496] Success appId, 56c124d3346b525030eb213b
    2016-02-15 19:51:49.366 Fall_Pit[374:226496] Success appSignature, 1cb5ff6b9327840ea198c5363c060cc7dc5cd400
    2016-02-15 19:51:49.644 Fall_Pit[374:226496] no bundle for bundleID: (null)
    2016-02-15 19:51:51.722 Fall_Pit[374:226496] CoreData: warning: Unable to load class named 'CBHTTPRequestEntity' for entity 'CBHTTPRequestEntity'. Class not found, using default NSManagedObject instead.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!