Created
November 30, 2015 18:26
-
-
Save jamesktan/1fcf5201bd79f7d1d519 to your computer and use it in GitHub Desktop.
Google Analytics Code Snippets for Debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GAI.sharedInstance().logger.logLevel = GAILogLevel.None | |
#if TARGET_IPHONE_SIMULATOR | |
// [[GAI sharedInstance] setDryRun:YES]; | |
GAI.sharedInstance.setDryRun:true | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment