All Questions
58 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 (...
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: ...
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 ...
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. ...
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 ...
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 ...
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: ["...
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 ...
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....
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: ...
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 ...
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 ...
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 ...
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 ...
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 ...