Skip to content

Instantly share code, notes, and snippets.

@edwardinubuntu
Created July 28, 2011 15:31
Show Gist options
  • Save edwardinubuntu/1111753 to your computer and use it in GitHub Desktop.
Save edwardinubuntu/1111753 to your computer and use it in GitHub Desktop.
applicationDidBecomeActive
- (void)applicationDidBecomeActive:(UIApplication *)application {
...
// Initial Google analytics
[[GANTrackersharedTracker] startTrackerWithAccountID:
@"UA-xxxxxxxx-y"dispatchPeriod:
kGANDispatchPeriodSecdelegate:self];
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment