Admob app ID- where/how is this set?

Usually the app ID is set like:
// Initialize Google Mobile Ads SDK
// Sample AdMob app ID: ca-app-pub-3940256099942544~1458002511
[GADMobileAds configureWithApplicationID:@“YOUR_ADMOB_APP_ID”];

I don’t see this anywhere in the sample project? Not sure how this is done… I’m using C++

It has been awhile since I used SDKBOX, but is it in sdkbox_config.json?

No not that I could see.

Sorry, I totally spaced. This is Objective-C. Put it in AppController.mm

Sorry, I read to fast and not effectively, apparently. I need more coffee :slight_smile: oh, wait, I drink decaf. :slight_smile:

Haha… I see it now, thanks!