Google Analytics won't track a view on iOS?
问题 I've added the newest Google Analytics SDK to my iOS application (version 2.0 beta 4). I did the same as the guide says and added this code to app delegate: // 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 debug to YES for extra debugging information. [GAI sharedInstance].debug = YES; //