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
2
votes
0 answers

How am I supposed to integrate Chartboost sdk in my libgdx android game

So this site https://answers.chartboost.com/hc/en-us/articles/201219545-Android-Integration has a guide how to integrate the chartboost sdk, but it looks like it is meaned for android apps, since they are talking about activities. I have no idea how…
Nahro
  • 406
  • 3
  • 12
2
votes
0 answers

How to use RoboPods with LibGDX

I have built a game with LibGDX and I want to integrate Chartboost within the iOS version. I am using RoboVM to get it onto iOS. They recently came out with RoboPods: https://github.com/robovm/robovm-robopods/tree/master They say all you have to do…
2
votes
0 answers

Unity Android - Remove Caller ID permission

Recently I've added two services - Chartboost and UnityAds for advertising in my ready-to-launch game. However I've noticed that the app now asks for a permission to read Caller ID data. I've searched the plugins Android Manifest and found no line…
2
votes
1 answer

How can I use Chartboost with Cocoapods in Swift?

This is my Podfile platform :ios, 8.0 use_frameworks! pod "ChartboostSDK" pod "SVProgressHUD" SVProgressHUD is being turning into a framework, but for some reason Chartboost is not. That of course makes the import for Chartboost not working in my…
Jan
  • 2,462
  • 3
  • 31
  • 56
2
votes
1 answer

Chartboost Swift Implementation: CoreData: warning: Unable to load class named 'CBHTTPRequestEntity' for entity 'CBHTTPRequestEntity'

I'm using Swift with Xcode 6.3 and want to implement Chartboost. I already added the Bridging Header with the required imports #import #import #import #import…
rmnblm
  • 147
  • 2
  • 9
2
votes
1 answer

How to check if Chartboost interstitial is loaded?

For somehow I don't get Chartboost interstitial loaded every time, asked them and as most answers:"no more of the interstitials available at the time you're testing in the network satisfy the conditions......". So now I use revmob also. The question…
2
votes
1 answer

air sdk 16 buid app with ane,required to have universal iOS libraries. Please contact the ANE developer

I got a error when build air ios game with air sdk 16. when add a chartboost ane plugin(https://github.com/lilili87222/chartboost-ane-flash-air-android-ios) Error: META-INF/ANE/iPhone-ARM/libAirChartboost.a, META-INF/ANE/iPhone-ARM…
backham
  • 106
  • 5
2
votes
1 answer

Chartboost SDK Swift Integration

I have been trying to integrate the Objective C Chartboost SDK into a Swift project by following the tutorial on their site and adapting it to swift as best I know by using bridging headers etc. Unfortunately when I run the initial AppDelegate code…
nicolos
  • 57
  • 9
2
votes
0 answers

Is there a way to adjust timing for Chartboost ads to pop up?

I'd like some help knowing if there's a way to change the timing for Chartboost ads to pop up. I like having my ads but showing after every death in my game seems annoying. However, I think they are important to have so I want to be able to play a…
2
votes
1 answer

Chartboost integration issues with XCode 6.1

I integrated Chartboost in Xcode 6.0 in the same project and it was working fine but as I updated my Xcode to Xcode 6.1 the bridging header file is not able to compile successfully. I have added Chartboost framework in my project and added these…
Rohit Goyal
  • 1,521
  • 3
  • 24
  • 49
2
votes
4 answers

How to integrate Chartboost IOS SDK with Swift

I am trying to integrate the Chartboost IOS SDK with Swift. I have followed all the instructions on the Chartboost IOS Integration page https://answers.chartboost.com/hc/en-us/articles/201220095-iOS-Integration and have created a bridging header to…
mildog8
  • 2,030
  • 2
  • 22
  • 36
2
votes
2 answers

How to let Chartboost display only video Interstitial?

In the new version of Chartboost iOS SDK, showInterstitial will display video or image Interstitial, how to make it showInterstitial display image Interstital & showInterstitialVideo display video Interstitial? I pop up an Interstitial when app…
Gank
  • 4,507
  • 4
  • 49
  • 45
2
votes
3 answers

How to return YES to a BOOL in an AppDelegate class?

I have been working on my first app for a few months and am at the stage where I need to add advertising before I send it to the App store. I have added iAD successfully and am trying to configure Chartboost. I run into problems when I try to stop…
Rob. W
  • 23
  • 4
2
votes
0 answers

app contain, display, or access third-party content for chartboost

I am uploading my app to app store but getting this message: Does your app contain, display, or access third-party content? I am using chartboost in my app.what to select yes or no?
Kaif
  • 131
  • 1
  • 12
2
votes
0 answers

Error With Chartboost (Undefined symbols for architecture _crypto_sign)

I have got some linker errors while building my client app which is not developed by me. But I still solved many build errors and linker errors for other third party errors. When I added chartboost to the project I got these errors which I have…
Kumar C
  • 525
  • 6
  • 21
1
2
3
12 13