Hi,
Thank you for your inquiry to the Mobile Ads SDK support team.
Kindly be advised that our support channel is best suited to assist with matters related to the implementation of the Google Mobile Ads SDK.
Would you kindly attempt to utilize
#import<FirbaseCore/FIRApp.h>
in place of
#import ‘firebase.h’
Additionally, please execute the command ‘pod install’ in your terminal to install the necessary dependencies. Furthermore, it is recommended that you open your '.xcworkspace' file instead of the '.xcodepro' file.
Could you please confirm whether you are encountering the issues while utilizing the Google Mobile Ads SDK.![]() |
Mobile Ads SDK Team |
Hi,
Thank you for confirming that you have successfully initialized and installed the cocoapods, opened the .xcworkspace file, added the firebase and firebase_gma frameworks, built and run the project, and you are ready to write the C++ code to initialize the SDK and load ads.
The next step is to Select an ad format. Kindly refer to our Google cpp sample application as a reference for your implementation. For the firebase::InitResult result; kindly use as below as per the AdMob Migration guide:
using firebase::App;
using firebase::Future;
using firebase::gma::AdapterInitializationStatus;
I hope this helps! Let me know if you have any other questions.