Skip to main content

All Questions

1 vote
1 answer
61 views

Google Analytics sdk creates issue in Xcode 6.3

I am using Google Analytics (version 3.15) for iOS app. my app also supports iOS 7 devices. So whenever I am trying to build the app using xcode 6.3 I am gettinbg below kind of errors, /Volumes/...
Parth Pandya's user avatar
  • 1,480
0 votes
1 answer
158 views

Google analytics update version to 64bytes

I want to move an application in 64 bytes . But I have a problem with Google Analytics. In the new version , there is no file " GANTracker.h " . My methods are in a class I call where I need it. My ...
Dev Junior's user avatar
0 votes
1 answer
51 views

Google Analytics not recognised in one .m file

I've integrated Google Analytics in to my project and it works for all files (maybe 8 other view controllers) except for one file. Every screen in the viewDidAppear method I call // defaultTracker ...
Sean Dev's user avatar
  • 1,299
0 votes
1 answer
57 views

Google analytics service not received pages from iOS app?

overflow. Perhaps somebody can help me. I have the next problem: The next code i am using for sending my analytics events to google analytics: id<GAITracker> tracker = [[GAI sharedInstance] ...
hopper's user avatar
  • 1
3 votes
2 answers
3k views

Google ios analytics not working for few screens

I'd integrated Google analytics in my app. It is working fine for few screens but not for few other screens(ie, viewcontrollers). Totally I have 45 screens, but the GAI works only for 19 screens. I'd ...
Nazik's user avatar
  • 8,434
0 votes
0 answers
397 views

How to suppress Google Analytics pings on iOS Push Notifications?

I instantiate a Google Analytics tracker object on my AppDelegate.m > didFinishLaunchingWithOptions event and only tick the tracker on another ViewController's > viewDidAppear event. But I do ...
Askar Hussain's user avatar
1 vote
1 answer
1k views

Appstore Rejection: ASIdentifierManager

I uploaded and got approved games using iOS Admob SDK on appstore in JAN'14 using libGoogleAdMobAds.a. These games does not have Google Analytics integrated. I am using latest sdk version ...
Saurabh Passolia's user avatar
4 votes
1 answer
2k views

How can I see 'User timing' on Google Analytics dashboard?

I'm using GA in my iOS app and everything is working fine for all trackers but now I added tracker for User Timing and I'm not able to see the information I'm sending. This is the code I'm using: ...
Salmo's user avatar
  • 1,808
1 vote
1 answer
2k views

Problems in update Google Analytics v2 to v3

I'm trying to update the Google Analytics version. I have already read the doc https://developers.google.com/analytics/devguides/collection/ios/v3/migration. I'm using the most simple tracking in ...
Alessandro Garcez's user avatar