Skip to main content

All Questions

38 votes
14 answers
37k views

framework not found FirebaseAnalytics

I added Google Analytics by CocoaPod into my project, but my app crashed and gave the following error. ld: framework not found FirebaseAnalytics clang: error: linker command failed with exit code 1 (...
Nuibb's user avatar
  • 1,860
37 votes
14 answers
59k 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
  • 431
28 votes
5 answers
52k 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,125
21 votes
1 answer
4k views

How Firebase Analytics calculates (unique) Users

Since I noticed a misalignment between the count of Users and the count of User IDs on Google Analytics (for mobile apps), I need to understand technically how Google counts Users in mobile apps. ...
Brigo's user avatar
  • 1,112
15 votes
3 answers
5k views

Firebase does not collect age and gender data

I am linking my Android and iOS app to Firebase Analytics, and it seems to work well except I cannot collect the "automatic" information about the user, such as gender and age. I can see some ...
Simone Chelo's user avatar
13 votes
0 answers
6k views

Number of real-time events is over the real-time event count daily limit. Event is no longer real-time

Is there anything I need to worry about when I get these messages in my log? 2018-09-02 21:27:09.723503+0100 Songvote[1775:490365] 4.12.0 - [Firebase/Analytics][I-ACS023104] Number of real-time events ...
George's user avatar
  • 30.6k
12 votes
2 answers
11k views

How to report parameters in Firebase Analytics Events

I've used Fabric with iOS before where it was so easy to report custom parameters in the same analytics event in like this: Answers.logCustomEvent(withName: "saved_border", customAttributes: ["...
Діма Комар's user avatar
11 votes
3 answers
8k views

Google Analytics for iOS - Sending Custom Event Data using Dictionaries as createEventWithCategory allows only 4 parameters to be sent

I decided to use Google Analytics over Flurry, as Flurry stopped updating tracking Events and nobody from Flurry Support team replied to my query. My requirement is as follows: "Whenever user clicks ...
rohan-patel's user avatar
  • 5,778
10 votes
2 answers
3k views

Firebase and Google Tag Manager : <FIRAnalytics/WARNING> Attempted to log nil event

I integrated Firebase and GTM over cocoapods: pod 'Firebase/Core' pod 'GoogleTagManager', '~> 5.0' Podfile.lock for the versions used : Firebase/Core (3.12.0): FirebaseAnalytics (= 3....
ergunkocak's user avatar
  • 3,380
8 votes
1 answer
3k views

Why Firebase and Google Analytics metrics doesn't match?

I integrated both GA and Firebase to my app and I'm having confusing analytics metrics specifically Active user and total session. Firebase: GA: As you can see the count doubled on GA. Firebase: ...
M'hamed's user avatar
  • 2,598
8 votes
1 answer
902 views

I use Google Analytics in Flutter already, how can I also send events to it from native iOS/Android code?

I use firebase for flutter, where all the dependencies are on pubspec.yaml I would like to send an event to Firebase Analytics for some activities on the native side - Home screen widget, notification ...
Asaf Pinhassi's user avatar
8 votes
1 answer
689 views

Migration from Google Analytics to Firebase in iOS

Since Google officially stated the sunset for Google Analytics in October 2019, I was wondering if there is an actual Migration plan already out as I can't seem to find any official source yet? Hope ...
gabuchan's user avatar
  • 793
7 votes
2 answers
4k views

Do I need to ask for consent to use Google Analytics and AdMob in an iOS app that doesn't use the IDFA?

I'm developing an iOS app, and ideally I would like to include Google Analytics and AdMob (through Firebase). I would also like to avoid showing consent forms if it's not necessary - potentially by ...
Craig Brown's user avatar
  • 2,491
6 votes
2 answers
4k views

Analytics is disabled. Event not logged

I rencently integrated Firebase into my iOS project but I'm having trouble logging events. The automatic screen recording works fine (ViewControllers are shown in the console), but I am not able to ...
gmoraleda's user avatar
  • 1,973
6 votes
2 answers
8k views

App link tracking with Firebase

We have an Android and iOS app. We want to track from what links our app was downloaded. So if we posted a link on Facebook of our app and someone clicks on the link and download it, it should log ...
Lian van der Vyver's user avatar

15 30 50 per page