When I initialize my firebase::App, why is the resulting future’s status forever kFutureStatusPending?
I’m incorporating the Google Mobile Ads C++ SDK into my iOS Axmol (formerly Cocos2d-x) app. I’ve based my approach on these instructions and the code in this test app. In AppDelegate.cpp, in the applicationDidFinishLaunching function, I have the following code: