Skip to main content

All Questions

Tagged with
0 votes
0 answers
91 views

Firebase Analytics iOS SDK signature cannot be verified error

I'm using Azure Artifacts to download third party libraries. I have uploaded firebase analytics SDK v10.22.0 and it is working fine. When trying to update SDK 10.24.0 getting an error in Xcode same ...
Sugans's user avatar
  • 1
0 votes
0 answers
17 views

firebase 10.25 can not get google cpc conversion data

After iOS firebase is updated to 10.25, in_app_purchase has no advertising channel. Can not get conversion data in Google AD system anymore. We had try almost all mthods: Include ATT . add ADSupport....
wang michael's user avatar
0 votes
0 answers
33 views

FirebaseAnalytics can't find FirebaseAnalytics.xcframework

I want to upgrade FirebaseAnalytics from version 8.15.0 to version 10.24.0, I installation FirebaseAnalytics with CocoaPods. After successful pod install, I found that the FirebaseAnalytics....
Pele Lee's user avatar
1 vote
1 answer
147 views

Flutter Firebase Analytics Error: Undefined symbol: _FIRConsentStatusDenied

I am trying to implement firebase analytics and crashlytics to my flutter project but I am getting the error below when I try to run on iOS simulator and physical device: Error (Xcode): Undefined ...
t13n's user avatar
  • 352
0 votes
1 answer
357 views

Flutter Firebase - Use of undeclared identifier 'FIRAnalytics'

I am working on a flutter project on my M3 Macbook and trying to implement FirebaseAnalytics (not first time btw). I followed th guide completely and I got the error; I tried to clean cache of pub, ...
t13n's user avatar
  • 352
0 votes
1 answer
40 views

Type 'Analytics' has no member 'logEvent' Xcode

Had a problem, when tried to implement Analytics into my project on Xcode: Analytics.logEvent(AnalyticsEventSelectContent, parameters: [ AnalyticsParameterItemID: "id-\(testTitle)", ...
Mr.Schtelbe's user avatar
0 votes
1 answer
217 views

Implementing and Verifying Google Tag Manager Custom Function in iOS (Swift)

I have an iOS app in which I've integrated the Firebase SDK and I can see some basic events firing on the Firebase debug console as expected. Next, I want to integrate Google Tag Manager(GTM) and I ...
Shawn Frank's user avatar
  • 5,043
0 votes
0 answers
30 views

How to optimize Firebase Analytics start up?

I have Firebase Analytics and Remote Config pods installed. When changing the phone's region (or restarting my phone) and starting my app again, the remote config fetchAndActivate takes more time to ...
Icare's user avatar
  • 1,333
0 votes
0 answers
58 views

Verify events sent to Google Tag Manager using the Swift iOS SDK

I have an iOS app in which I've integrated the Firebase SDK and I can see some basic events firing on the Firebase console as expected. As a next step, I wanted to integrated Google Tag Manager and I ...
Shawn Frank's user avatar
  • 5,043
0 votes
2 answers
102 views

Xamarin iOS Firebase Analytics

I don't understand how to log event with array items in parameters. For example, if I need to log something like EventNamesConstants.Login I can to do var parameters = new Dictionary<object, object&...
user23074865's user avatar
0 votes
0 answers
26 views

Firebase Analytics in React Native iOS App sends exact same event data

Events that has the same data with following columns are recorded in Firebase Analytics event_timestamp event_name user_pseudo_id Here is summarized table with Big Query I have researched and found ...
TAKAGI Kensuke's user avatar
4 votes
0 answers
437 views

How to implement google ads conversion tracking for ios with flutter

I am running google ads campaign for IOS application , I have implemented firebase analytics in our application ,I have created an event in analytics and imported these events like first_open , ...
Himani Upadhyay's user avatar
0 votes
1 answer
569 views

Firebase Analytics DebugView doesn't work on iOS (Unity) when ConsentType.AnalyticsStorage = ConsentStatus.Denied

Firebase Analytics DebugView doesn't work on iOS (Unity) when ConsentType.AnalyticsStorage = ConsentStatus.Denied, but when I make it ConsentStatus.Granted, I can see the events in Firebase's ...
Rafael Guerreiro's user avatar
0 votes
1 answer
565 views

Expo Firebase Analytics only work inside the Browser

I am using Firebase for my Expo App. Authentication + Getting Data seems to work fine but I am having trouble implementing Analytics. Initialising Analytics: export const analytics = getAnalytics(); ...
Lytrix's user avatar
  • 55
0 votes
0 answers
225 views

Could not build the precompiled application for the device

I am using MacOS Monterey and facing issue in my flutter app after installation of Firebase Analytics dependency I've also tried previous versions of Firebase Analytics but same issue Failed to build ...
Faiz Fareed's user avatar
  • 1,528

15 30 50 per page
1
2 3 4 5
28