Skip to main content

All Questions

35 votes
1 answer
2k views

GoogleAnalytics.Property 'parameters' on Entity 'GAIHit' is using nil or an insecure NSValueTransformer

After updating the GoogleAnalytics pod, my app started crashing with the following error: CoreData: fault: One or more models in this application are using transformable properties with transformer ...
CanabaltVi's user avatar
1 vote
2 answers
512 views

Using Google Analytics SDK and Firebase SDK together

I'm having a crash on [FIRApp configure] step in my AppDelegate's didFinishLaunchingWithOptions method. Crash gives me completely no information. But I'm using Google Analytics SDK in my app as well....
Alexey Pelekh's user avatar
2 votes
1 answer
830 views

Include of non-modular header inside framework module - Xcode 9.2

When I tried to install the google analytics using the pod in my framework, the pod is successfully added to my framework project. But when I tried to import the #import <Google/Analytics.h>in ...
Sumitava Datta's user avatar
0 votes
2 answers
266 views

Firebase error even if I don't use it

In my objective-c application, I added Google Analytics using Pods (this is how I add it: pod 'Google/Analytics'). In the Pods folder, I found those Firebase packages FirebaseAnalytics, FirebaseCore ...
Ne AS's user avatar
  • 1,540
2 votes
1 answer
486 views

Why am I getting SSLError in google-analytics in iOS 9.3.2 and 10.0.1?

I have integrated Google Analytics 3.15. It is working fine for all other iOS versions than iOS 9.3.2 and 10.0.1. I am getting following error in to this. NSURLSession/NSURLConnection HTTP load ...
Ankit Vyas's user avatar
  • 7,515
0 votes
1 answer
599 views

Sending Google Analytics events when the app is in the background on iOS

What is the behavior of google analytics when you send the events when the iOS app is moved to background. Do those events make it to the service ? Do we have to specifically call [[GAI sharedInstance]...
FatalError's user avatar
0 votes
2 answers
290 views

lexical or Preprocessor issue GAITrackedViewController.h not found when running unit tests

I am having a problem with the Google Analytics library, I successfully added the library using cocoapods and it works fine when I run the application however, when I run unit tests the file ...
DvixExtract's user avatar
  • 1,315
0 votes
1 answer
715 views

Can't send custom events to Google Analytics/Firebase from my Objective-C code

I'm kind of new programming events for Google Analytics (nowadays Firebase?) under iOS. Right now I'm coding some Objective C app and I need to track some custom events inside said app (The typical ...
Isaac's user avatar
  • 1,864
0 votes
1 answer
53 views

How to find out these errors. My app crashed 6 times (Report from app analytics)?

What are these errors and how to find out these errors. In my app I am using GoogleAnalytics, Fabric, Mix panel, Core Data and I am sending parameters to the server and getting data from the server. ...
Naresh's user avatar
  • 17.6k
1 vote
0 answers
470 views

Add Google Analytics to framework

I try to put the AnalyticsManager of few my app targets to my embedded framework for sharing it functional. But after moving my Swift files and the pod of Google Analytics to framework target I have ...
FreeGor's user avatar
  • 615
1 vote
1 answer
3k views

Linker Command failed with exit code 1 (use -v to see invocation

I am working on google analytics (iOs, Objective c), when i add this file "libGoogleAnalyticsServices.a" to my project I got this error "Apple Mach-O Linker Error" "clang: error: linker command ...
Naresh's user avatar
  • 17.6k
0 votes
1 answer
464 views

GGLCore/GGLCore.h file not found Analytics.h?

I am working on objective c google analytics, I am getting error "GGLCore/GGLCore.h file not found Analytics.h". I followed this like to implement the code developers.google.com/analytics/devguides/...
Naresh's user avatar
  • 17.6k
1 vote
1 answer
3k views

GoogleService-Info.plist for both Analytics and SignIn

While setting up the Google SignIn to the current project I had to generate GoogleService-Info.plist and successfully did it but now I want to integrate Google Analytics too and so for that again the ...
Vinod Rathod's user avatar
4 votes
1 answer
1k views

iOS - How to integrate Firebase Analytics with existing Google Analytics, GoogleService-Info.plist

I have an existing app being tracked using Google Analytics. I would like to add another configuration file as I would like to track the same app with a different bundle identifier. When I try to get ...
user12345625's user avatar
0 votes
1 answer
159 views

Google Analytics GIA Tracker returns nil

I Have integrate Google analytics for screen tracking to my app but at time of initlisation tracker return nil id<GAITracker> tracker = [[GAI sharedInstance] defaultTracker]; I added sdk in my ...
Hardik Baldha's user avatar

15 30 50 per page
1
2 3 4 5
10