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

Adding Chartboost in cocos2dx

I am adding chartboost in cocos2dx project i have downloaded a chartboost wrapper for cocos2dx and when i am adding libraries like QuartzCore, SystemConfiguration, and CoreGraphics frameworks, and weak-link (set as Optional) the AdSupport and…
Zohaib
  • 2,845
  • 2
  • 23
  • 33
2
votes
1 answer

Proguard isn't working with Chartboost?

I'm getting proguard error when trying to compile project with Chartboost Android SDK: [proguard] Unexpected error while editing code: [proguard] Class = [com/chartboost/sdk/Libraries/d] [proguard] Method =…
Roman
  • 898
  • 1
  • 10
  • 24
2
votes
1 answer

chartboost integration errors on xcode

I tried integrating chartboost into my app in xcode, using this code: Chartboost *cb = [Chartboost sharedChartboost]; cb.appId = @"Y51071e9d17ba47414f000000"; cb.appSignature = @"51071e9d17ba47414f000000"; // Begin a user session [cb…
Joaco Llou
  • 21
  • 1
  • 2
1
vote
0 answers

How can I add Chartboost banner ads to my libgdx game using the new Chartboost SDK 8.01?

I have recently implemented Chartboost into my libgdx project using this guide https://github.com/itsabhiaryan/AdService-LibGDX The guide clearly states that Chartboost does not support banner ads. This has changed recently with the Chartboost SDK…
1
vote
1 answer

Chartboost "no_host_activity" Corona Native

I integrated chartboost sdk according to instruction but i got no_host_activity error when i call Chartboost.showInterstitial .
Arash
  • 3,013
  • 10
  • 52
  • 74
1
vote
0 answers

Libgdx adrewarded video admob mediation with adcolony and charboost

Im facing a problem that drives me crazy i have setup a reward video on my game . I have implemended a rewardedvideolistener and everything working as they should , as long as i use admob for my only source of reward videos. Now i have added 2…
1
vote
0 answers

Calling delegate methods for Chartboost in IOS Swift

I've integrated Chartboost into my app and I am able to see ads, but I don't have a firm grasp of delegates and I am having trouble using the Chartboost provided code to cause actions to occur after an ad is viewed. My app delegate code is below (i…
Dominick
  • 164
  • 2
  • 4
  • 13
1
vote
1 answer

How to find if an ad is available without loading the ad?

Is there any way to find if an ad is available for a user or not, especially for a reward video? I want to check if an ad is available without loading the ad, and then display a reward button only if the ad is available. Right now I have to load …
1
vote
1 answer

Unity IOS Xcode Build Error: directory not found for option

I am building a game in Xcode that I built in Unity3D, and I always get Build Failed because of the error directory not found for option 'L/Users/bhaskarmishra/Documents/Arcade Master IOS Build/LibrariesPlugins/iOS' which causes the error library…
Bhaskar
  • 680
  • 7
  • 26
1
vote
1 answer

Game screen jolts down and back up when closing a ChartBoost ad on android

As the title says, when I receive a test ad, the ad comes down from the top and pushes the navigational bar off the screen. When I close the ad, the ad disappears, but my game screen moves down to try to fill up the space where the navigational bar…
Mikeylee4
  • 11
  • 1
1
vote
1 answer

How to use GADRewardBasedVideoAd

I want to add reward ads in my application, when user watch the ads video i will give him a reward what i try to do is something like this in viewdidload i initialize like this : let rewardedVideo : GADRewardBasedVideoAd = …
tamtoum1987
  • 1,957
  • 3
  • 27
  • 56
1
vote
0 answers

Chartboost showInterstitial inside didInitialize method, failed in 6.5.2 iOS SDK

There is a major issue in Chartboost 6.5.2 iOS SDK where initial boot up always getting failed. ie, If we attempt to show an ad inside right after Chartboost initialize delegate method didInitialize, ad request always failed. Note: It's happening…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
1
vote
1 answer

Charboost unable to set campaign priorities in admin portal

Recently I was trying to add and configure campaign and its priorities in Charboost admin portal. I created static and video interstitials and navigated to campaign priorities section, As expected, both static and video interstitials showed up. But…
1
vote
2 answers

Interstitial AdMob mediation on Android

I'm implementing mediation of Interstitial Ads through AdMob on Android. I would like to integrate 4 additional ad networks: InMobi, AdColony, Chartboost, and Applovin. As far as I understood by reading the official documentation on each website,…
pAkY88
  • 6,262
  • 11
  • 46
  • 58
1
vote
0 answers

Xcode8 + macOS Sierra upload gives Build Error email related to NSCameraUsageDescription

In macOS Sierra, uploaded new build and got below error message email. Dear developer, We have discovered one or more issues with your recent delivery for "Real Bike Car Racing - Super Vertigo Run Free Game". To process your delivery, the…
Guru
  • 21,652
  • 10
  • 63
  • 102
1 2
3
12 13