chartboost

Chartboost integration issues with XCode 6.1

末鹿安然 提交于 2019-12-01 23:17:34
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 required frameworks as mentioned in guide. StoreKit Foundation CoreGraphics UIKit I added these lines in my bridging header file import Chartboost/Chartboost.h import Chartboost/CBNewsfeed.h import CommonCrypto/CommonDigest.h import AdSupport/AdSupport.h Now when I try to build my project the Xcode gives me hell lot of swift compiler errors. Here are

Chartboost in iphone project / Chartboost usage in iOS

别说谁变了你拦得住时间么 提交于 2019-11-28 08:49:52
Integrated chartoost sdk in to iPhone game. (Landscape game) #define CHARTBOOST_ID @"55c9f216f6cd4572f3975566" #define CHARTBOOST_SIG @"9cc8122cfb05bfe0e171f46990180147e8b6f23c" [Chartboost startWithAppId:CHARTBOOST_ID appSignature:CHARTBOOST_SIG delegate:self]; [Chartboost showInterstitial:CBLocationHomeScreen]; But it is not displaying any ads. Help me to find what's wrong with settings in Xcode or account in chart boost. Notes_Warning : Hi All, don't use Chartboost, instead try google Admob or other ads network. Because Chartboost - a cheater! I used Chartboost in my games, game got good

Failed to import bridging header

[亡魂溺海] 提交于 2019-11-27 12:41:43
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 "failed to import bridging header" only occurs when I attempt to #import my Chartboost.h file. So, as long as I don't have anything in my bridging header file, Xcode finds it and gives me no issue. But once I add this: #import <Chartboost/Chartboost.h> I get the error along with 38 other errors saying "Swift Compiler Error - Function definition not

Chartboost in iphone project / Chartboost usage in iOS

可紊 提交于 2019-11-27 02:26:47
问题 Integrated chartoost sdk in to iPhone game. (Landscape game) #define CHARTBOOST_ID @"55c9f216f6cd4572f3975566" #define CHARTBOOST_SIG @"9cc8122cfb05bfe0e171f46990180147e8b6f23c" [Chartboost startWithAppId:CHARTBOOST_ID appSignature:CHARTBOOST_SIG delegate:self]; [Chartboost showInterstitial:CBLocationHomeScreen]; But it is not displaying any ads. Help me to find what's wrong with settings in Xcode or account in chart boost. Notes_Warning : Hi All, don't use Chartboost, instead try google