Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

I have used google analytics and faced with the problem:

Standard initialisation:

GAI *gai = [GAI sharedInstance];
gai.trackUncaughtExceptions = YES;  // report uncaught exceptions
gai.logger.logLevel = kGAILogLevelVerbose;  // remove before app release
self.tracker = [[GAI sharedInstance]trackerWithTrackingId:getGooglTrackingId()];

After it i have an error: clickable

I find similar issueissue, however it does not help me (

Also if i use same code and SDK in another project it works fine.

Already spend 2 days to resolve it. Please help.

I have used google analytics and faced with the problem:

Standard initialisation:

GAI *gai = [GAI sharedInstance];
gai.trackUncaughtExceptions = YES;  // report uncaught exceptions
gai.logger.logLevel = kGAILogLevelVerbose;  // remove before app release
self.tracker = [[GAI sharedInstance]trackerWithTrackingId:getGooglTrackingId()];

After it i have an error: clickable

I find similar issue, however it does not help me (

Also if i use same code and SDK in another project it works fine.

Already spend 2 days to resolve it. Please help.

I have used google analytics and faced with the problem:

Standard initialisation:

GAI *gai = [GAI sharedInstance];
gai.trackUncaughtExceptions = YES;  // report uncaught exceptions
gai.logger.logLevel = kGAILogLevelVerbose;  // remove before app release
self.tracker = [[GAI sharedInstance]trackerWithTrackingId:getGooglTrackingId()];

After it i have an error: clickable

I find similar issue, however it does not help me (

Also if i use same code and SDK in another project it works fine.

Already spend 2 days to resolve it. Please help.

Source Link

GoogleAnalytics 3.14 void GAIUncaughtExceptionHandler(NSException *)

I have used google analytics and faced with the problem:

Standard initialisation:

GAI *gai = [GAI sharedInstance];
gai.trackUncaughtExceptions = YES;  // report uncaught exceptions
gai.logger.logLevel = kGAILogLevelVerbose;  // remove before app release
self.tracker = [[GAI sharedInstance]trackerWithTrackingId:getGooglTrackingId()];

After it i have an error: clickable

I find similar issue, however it does not help me (

Also if i use same code and SDK in another project it works fine.

Already spend 2 days to resolve it. Please help.

X