Questions tagged [chartboost]

Chartboost is the business & promotion engine for your mobile game portfolio.

Chartboost is the business & promotion engine for your mobile game portfolio. It can be integrated with android or iOS

182 questions
30
votes
9 answers

Failed to import bridging header

I've read a lot of questions and answers that deal with a similar issue, but I have yet to find a solution. If anyone could shed some light, that would be wonderful. I created a Swift project and now I want to combine it with some Objective-C. My…
Alan Scarpa
  • 3,352
  • 4
  • 26
  • 48
18
votes
1 answer

How to display "More games" page via ChartBoost in iOS?

I'm trying to integrate ChartBoost in my app and single ads are displaying OK. This is the initial setup: ChartBoost *cb = [ChartBoost sharedChartBoost]; cb.delegate = self; cb.appId = CHARBOOST_APP_ID; cb.appSignature =…
NikGreen
  • 700
  • 9
  • 28
4
votes
1 answer

Chartboost delegate error

I am integrating chartboost into my sprite kit game and have successfully integrated bridging files into my swift code. Now in my app delegate I have the following: func application(application: UIApplication, didFinishLaunchingWithOptions…
TruniTr
  • 366
  • 3
  • 14
4
votes
3 answers

iPhone App Rejected By Apple saying analytics used

One of my iphone app rejected by apple. Here is reason from resolution center. We found that your app uses analytics software to collect and send device data to a third party, which is not in compliance with the iOS Developer Program License…
iPhoneProcessor
  • 4,980
  • 6
  • 27
  • 49
4
votes
4 answers

Chartboost in iphone project / Chartboost usage in iOS

Integrated chartoost sdk in to iPhone game. (Landscape game) #define CHARTBOOST_ID @"55c9f216f6cd4572f3975566" #define CHARTBOOST_SIG @"9cc8122cfb05bfe0e171f46990180147e8b6f23c" [Chartboost startWithAppId:CHARTBOOST_ID appSignature:CHARTBOOST_SIG…
Guru
  • 21,652
  • 10
  • 63
  • 102
3
votes
1 answer

How to use Chartboost Analytics with swift?

I've imported Chartboost via headers and cannot get CBAnalytics from Chartboost.framework to call next function in Swift. + (void) trackInAppPurchaseEvent:(NSData *)transactionReceipt product:(SKProduct *)product; I…
3
votes
0 answers

AdMob rewarded video ad in Swift

I'm looking at adding a rewarded video ad to my app that is written entirely in swift. I believe the setup of the web side of things is correct because when I downloaded the Objective C example app and put in my ad id the video showed up correctly.…
Steve
  • 921
  • 1
  • 7
  • 18
3
votes
3 answers

Chartboost Delegate Integration Warning

I just upgraded to Chartboost SDK 5.0. It works fine and ads display but for some reason I am getting this warning: Chartboost Integration Warning: startWithAppId:appSignature:delegate must be called before +[Chartboost cacheInterstitial:] Any…
SaleenS7
  • 402
  • 4
  • 15
3
votes
1 answer

Apple Mach O Linker Errors trying to build Unity App for the iPhone Simulator

So I have this Unity App that I'm trying to test in the iOS Simulator. I selected the simulator sdk in Unity before building. I already have the android version of the app released in the play store. Anyway, I can't get it to build in Xcode. I keep…
user2109766
  • 115
  • 1
  • 7
3
votes
1 answer

Does the apportable free version support adMob or ChartBoost ads?

I am trying to add admob or chartboost app in apportable starter but not success still, I want to know is it possible or not and if yes how, Thanks.
AnjDenny
  • 468
  • 5
  • 16
3
votes
4 answers

Chartboost in Cocos2D-X game

I used chartboost sdk in cocos2d-x game, I can use below code in appDelegate.m and works great...but there is no c++ call for chart boost. How can I call showInterstitial API from c++ file ? #define CHARTBOOST_APP_ID =@"Here added valid app id from…
Guru
  • 21,652
  • 10
  • 63
  • 102
2
votes
3 answers

What is so special about Rewarded Video Ads?

In addition to Banner ads and Interstitial ads, Admob provides a kind of ads called the Rewarded Video Ads. What is so special about Rewarded Video Ads? Can't we just attach an AdOpen event handler to an ordinary Banner or Interstitial Video ad, and…
Chong Lip Phang
  • 8,755
  • 5
  • 65
  • 100
2
votes
1 answer

Rewarded Video AdMob Mediation, Applovin and Chartboost - Failed To Load

I was stuck for 3 days on implementing AdMob Rewarded Video Mediation with Applovin and Chartboost, the code is completely find but when I launch the app it's said "onRewardedVideoAdFailedToLoad" and ad won't display. Below is my code, kindly please…
user3208987
  • 119
  • 15
2
votes
1 answer

How to integrate Chartboost SDK in Swift SpriteKit?

I Just found Chartboost and I'm trying to integrate the SDK right now but for some reason at step 3 in this Tutorial: https://answers.chartboost.com/hc/en-us/articles/205853276-Download-Integrate-the-Chartboost-SDK-for-iOS-Swift I get a error which…
Lukas
  • 451
  • 2
  • 13
2
votes
0 answers

libgdx using chartboost rewrded video, code is good but getting error

as i see in logcat I'm getting error E/ad: Request already in process for impression with location Game Over everything else is ok but i can't see ad, what does this error mean ?
George
  • 94
  • 7
1
2 3
12 13