我正在使用CocoaPods在iOS中集成Google Analytics。 我提到了这个链接 https://developers.google.com/analytics/devguides/collection/ios/v3/?configured=true
我的代码是。
NSError *configureError;
[[GGLContext sharedInstance] configureWithError:&configureError];
NSAssert(!configureError, @"Error configuring Google services: %@", configureError);
我的日志是:
尝试配置[身份,分析,AdMob,SignIn,AppInvite,CloudMessaging]。
成功配置[]。
无法配置[]。
子规格不存在,因此未配置[身份,分析,AdMob,SignIn,AppInvite,CloudMessaging]。