Skip to main content

All Questions

Tagged with
28 votes
5 answers
51k views

iOS: disable/remove FirebaseAnalytics

I update 'Google/Analytics' from CocoaPod and get FirebaseAnalytics. After that, each time I run project, the FirebaseAnalytics turns out many error loggings. Currently I don't use this library and ...
nahung89's user avatar
  • 8,015
56 votes
6 answers
20k views

Linker errors when trying to install new Google Analytics 3.0 Beta

I believe just today Google released a new update to their iOS Analytics frame work (version 3.0). When I follow the instructions and try to run the code, I get: Undefined symbols for architecture ...
Ser Pounce's user avatar
  • 14.4k
46 votes
4 answers
44k views

Unable to link GoogleAnalytics 3.01 with XCode 5 (missing required architecture x86_64)

I have built my App (targeted for iOS7) and now want to apply Google Analytics as the last step before submission. What I did: Downloaded GA for iOS 3.01 Imported content of /GoogleAnalytics/Library/ ...
casparjespersen's user avatar
36 votes
10 answers
19k views

Google analytics 3.08 IOS idfa class missing, won't collect idfa

I downloaded google analytics and i followed their instructions how to implement analytics in application. But whatever i tried i get this log in xcode: idfa class missing, won't collect idfa. So i ...
nik's user avatar
  • 363
17 votes
6 answers
20k views

Undefined symbols for architecture armv7: "_OBJC_CLASS_$_GGLContext", referenced from: objc-class-ref in AppDelegate.o

I am trying to add Google Analytics in my iSO app and I am using Google Analytics latest SDK https://developers.google.com/analytics/devguides/collection/ios/v3/. Added all required header and ...
user avatar
14 votes
3 answers
15k views

Google Analytics iOS Campaign Tracking and URL Builder

We want to track installs with Google Analytics for our iOS app. What we already done: we have last iOS SDK 3.10 we enabled idfa collection like it says here Build with IDFA available in AppStore ("...
jumper0k's user avatar
  • 2,166
3 votes
2 answers
4k views

Copy file to root of Xcode project when building

I am trying to implement Google Analytics (GA) in my iOS apps. I have two different targets that have different tracking-ids for GA. GA requires a GoogleService-Info.plist (cannot be renamed) file to ...
Sunkas's user avatar
  • 9,550
1 vote
2 answers
2k views

Google Analytics Reduced Session Tracking after v3 SDK update

I am using Google Analytics in my application to track events and sessions. Earlier the version of analytics was v2.x and now I have updated its version to v3 and I can see there is a major ...
AtWork's user avatar
  • 1,293
69 votes
7 answers
15k views

GAITrackedViewController and UITableViewController

With Google Analytics for iOS v2 Google suggests subclassing their GAITrackedViewController class in place of UIViewController. What do we do in the case of UITableViewController? source #import "...
Pouria Almassi's user avatar
36 votes
6 answers
9k views

Issue with Google Analytics in Swift 2 or 3

I have a problem with Swift 2 (Swift 3) and Google Analytics. This is the line with the problem: tracker.send(GAIDictionaryBuilder.createScreenView().build()) Xcode tell's me: Cannot invoke '...
BilalReffas's user avatar
  • 8,310
36 votes
12 answers
53k views

Firebase iOS Debug Console not logging anything

I have setup firebase in both the console and in the app. Everything configures correctly, and events appear to be logging in the app. Output to console: <FIRAnalytics/DEBUG> Logging event: ...
CFowlie's user avatar
  • 421
26 votes
4 answers
17k views

Cannot convert value of type 'NSMutableDictionary' to type '[NSObject: AnyObject]' in coercion for google ios Analytics

I want to add google Analytics ios into my project but i got some problems when i tried to paste their code into my app like the code below. var tracker = GAI.sharedInstance().defaultTracker tracker....
Varis Darasirikul's user avatar
17 votes
4 answers
24k views

Google Analytics in iOS (Not Working)

I am trying to implement google analytics.. could you guys please help me -(void) setGoogleAnalytics{ // Initialize tracker. self.tracker = [[GAI sharedInstance] trackerWithName:@"ipad app" ...
Anil Kothari's user avatar
  • 7,713
8 votes
5 answers
4k views

iOS : Google Analytics User Timing report is not updated in my Google Analytics Account

I am trying to track my app speed using Google analytics but i could not see anything under app speed in my google analytics account. I have tracked the other parameters like events,crashes and ...
M Vignesh's user avatar
  • 1,616
6 votes
2 answers
8k views

Step by step to get Google Analytics working in PhoneGap 1.2.0 on iOS (phonegapalytics)

How do I install Google Analytics in PhoneGap 1.2.0 in iOS?
Tim's user avatar
  • 5,767

15 30 50 per page
1
2 3 4 5
8