It looks like you're new here. If you want to get involved, click one of these buttons!
How to get that knowledge?
Initialize Chartboost in your applicationDidBecomeActive method, like this:
#import "Chartboost.h"
- (void)applicationDidBecomeActive:(UIApplication *)application Chartboost *cb = [Chartboost sharedChartboost]; cb.appId = <a href="https://forum.giderosmobile.com/profile/YOUR_CHARTBOOST_APP_ID" rel="nofollow">@YOUR_CHARTBOOST_APP_ID</a>; cb.appSignature = <a href="https://forum.giderosmobile.com/profile/YOUR_CHARTBOOST_APP_SIGNATURE" rel="nofollow">@YOUR_CHARTBOOST_APP_SIGNATURE</a>; // Begin a user session [cb startSession]; // Show an interstitial [cb showInterstitial]; }
Comments
If you are talking about iOS, then I would recommend Ray Wanderlich's Site and iOS book. Again it would all depend on where you are (in terms of iOS understanding) and where you want to be at the end of the book/article.
There are a couple of other books, a Cookbook from Erica Sadun, another from Ali Maher, I would not recommend the Hillegass books as I found them to be a bit disorienting.
Likes: Mells
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps