2014-11-25 68 views
0

我添加了這些低於行我的應用程序委託集成Google Analytics for iOs應用程序時出錯?

 // Optional: automatically send uncaught exceptions to Google Analytics. 
[GAI sharedInstance].trackUncaughtExceptions = YES; 

// Optional: set Google Analytics dispatch interval to e.g. 20 seconds. 
[GAI sharedInstance].dispatchInterval = 20; 

// Optional: set Logger to VERBOSE for debug information. 
[[[GAI sharedInstance] logger] setLogLevel:kGAILogLevelVerbose]; 

// Initialize tracker. Replace with your tracking ID. 
[[GAI sharedInstance] trackerWithTrackingId:@"UA-my -id"]; 

打造的應用程序,我提示以下錯誤:

Error Image

我該如何解決這個問題?

回答

相關問題