ios - Google Analytics not receiving data -
In my app I'm having problems with Google Analytics. The website does not get any data, Sends the way. I am following this Ray Wenderlich tutorial, and at the point where you run the app, there should be 1 visitor in real-time observation. It keeps saying 0.
My AppDelegate.m
[GAI Shared Instance] Track unencaughtExceptions = Yes; [GAI Shared Instance] .dispatchInterval = 20; [[[GAI Shared Instrument] Logger] Catalog Level: KGELLOLververbos]; [[GAI Shared Instance] Tracker Withdrawing ID: @ "UA - ******** - 2"];
My view controller.
- (zero) viewDidoadload {[Super ViewDidoadload]; - self.screenName = @ "Screensaver"; // more}
My console
2014-10-17 15: 07: 52.479 wheels [25548: 2342406] IDFA class is missing, will not IDFA 2014-10-17 15: 07: 52.513 Gather wheels [25548: 2342437] Cordata: WARNING: The class 'Gaiproperty' was unable to load the class named 'GAIProperty' for the class, instead using the default NSManagedObject While doing 2014-10-17 15: 07: 52.923 wheels [25548: 2342406] INFO: Google Analytics 3.09 - [Changes to reaching GAaireachabilityChecker: Changes in FLAGS:] (GAaireachabilityChecker.m: 15 9): Pvt. Pyaa Flags Updates: 0x000002 2014-10-17 15: 07: 52.962 Wheels [25548: 2342437] Cordata: WARNING: The class 'Gahihat' did not find a class unable to load a class called 'Cogitant', instead of the default NSManagedObject Using the 2014-10-17 15: 07: 52.978 Wheels [25548: 2342437] VERBOSE: Google Analytics 3.09 - [GAIBatching Dispatcher continues:] (GAIBatchingDispatcher.m: 431): Saved hits: {parameters = {" Amp; _crc "= 0; "& Amp; _u" = ".etno"; "& Amp; _v" = "i 3.0.9"; "& A" = 730280 9 59; "More help" = "com.samvandamme.Wheels"; "& Amp;" "Wheels; "& Amp; av" = "0.1"; "& Cd" = ScreenZero; "& Cid" = "7deb1f6d-3407-47e6-8303-7bc6305cd706"; "& Amp; sr" = 1024x768; "& Amp; t" = Overview; "& Amp; tid" = "UA - ******** - 2"; "& Amp; ul" = N; "& V" = 1; "& Amp; z" = 15854684929669144728; GaiVersion = "3.09"; }; Timestamp = "2014-10-17 13:07:52 +0000"; } 2014-10-17 15: 08: 12.537 Wheels [25548: 2342437] VERBOSE: GoogleAnalytics 3.09 - [GAIRequestbuilder requestGetUrl: Payload:] (GAIRequestBuilder.m: 195): Creating URL for https: //ssl.google-analytics do. Com / Gather 2014-10-17 15: 08: 12.538 Wheels [25548: 2342437] VERBOSE: GoogleAnalytics 3.09 - [GAIBatchingDispatcher Dispatches with Complex Handler:] (GAIBatchingDispatcher.m: 536): Hit (s) sends: https: // Ssl google-analytics.com/collect?av=0.1&a=730280959&cd=ScreenZero&t=appview&_crc=0&ul=en&_u=.etno&tid=UA-******* * -2 in & amp; CID = 7deb1f6d-3407-47e6-8303-7bc6305cd706 & amp; Sr = 1024x768 & amp; V = 1 & amp; Help = com.samvandamme.Wheels & amp; A = wheels & amp; _v = mi3.0.9 & amp; Hindustan Times = 1413551272962 & amp; QT = 19,574 & amp; Z = 15854684929669144728 2014-10-17 15: 08: 12.815 Wheels [25548: 2342406] Information: Google Analytics 3.09 - [GAIBatchingDispatcherSendHitsSendHits: Feedback: Data: Error: Full Width:] (GAIBatchingDispatcher.m: 161): Hits Sent: HTTP Status 200 2014-10-17 15: 08: 12.816 Wheels [25548: 2342437] Information: Google Analytics 3.09 - [GAIBatchingDispatcher deleteHits:] (GAIBatchingDispatcher.m: 443): Hit (s) successfully sent 2014-10-17 15:08 : 12.821 Wheels [25548: 2342437] Information: Google Analytics 3.09 - [GAIBatchingDispatcherSendHits: sendMore:] (GAIBatchingDispatcher.m: 174): 1 hit sent (s)
My Google Analytics
Any ideas GA is not sent anything?
I have any problem like you, but I do not think it seems related to missing libraries. That your main data class may disappear Try to import the framework to solve this problem and let me know how it goes
Try doing this:
Go to: Create Steps & gt; Link binary with libraries & gt; (Click on the Plus button) & gt; Search for CoreData.Framework
Comments
Post a Comment