firebase / quickstart-cpp

Firebase Quickstart Samples for C++
https://firebase.google.com/games
Apache License 2.0
206 stars 122 forks source link

Add Google Mobile Ads quick start app #100

Closed DellaBitta closed 2 years ago

DellaBitta commented 2 years ago

Create a test app for the new Google Mobile Ads C++ SDK.

App initializes Firebase App, initializes the GMA SDK, and then displays a Banner ad (via AdView class), an Interstitial Ad, and a Rewarded Ad before exiting.

Tested on iOS, Android and MacOS (which invokes the stub implementation).

DellaBitta commented 2 years ago

Yep, I've tested with both!