problem about chartboost-Collection of common programming errors
user3049013
android andengine chartboost
can anybody tell me how can i configure the Chart boost add platform in an And engine game to show add’s in the game. i have downloaded the chartboost sdk and i am trying to configure the ChartBoost in onCreateEngineOption like -public EngineOptions onCreateEngineOptions(){camera = new BoundCamera(0, 0, CAMERA_WIDTH, CAMERA_HEIGHT);EngineOptions engineOptions = new EngineOptions(true, ScreenOrientation.LANDSCAPE_FIXED, new FillResolutionPolicy(), this.camera);engineOptions.getAudioOptions().setN
Guru
iphone objective-c chartboost
Here is code:Chartboost *cb = [Chartboost sharedChartboost]; cb.delegate = self; cb.appId = CHARTBOOST_APPID; cb.appSignature = CHARTBOOST_APPSIGNATURE;[cb startSession]; [cb cacheInterstitial];This works fine in iOS6 device but crashes in iOS5.Crash Log:NSInvalidArgumentException Reason: -[__NSCFDictionarysetObject:forKeyedSubscript:]: unrecognized selector sent to instance0x1234sva8How can I solve this problem? Already I made AdSupport.framework optional.
Web site is in building