question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Launch app with application argument -FIRAnalyticsDebugEnabled

See original GitHub issue

Hi,

I’m integrating the the plugin for an ios version and I can’t find a way to launch the app with tns run ios and specifying that I want Analytics debug mode activated (with -FIRAnalyticsDebugEnabled)

I’ve launched the app with the scheme option on XCode, it works well but it can’t refresh the app like tns run does.

Any idea how to do that?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
NathanWalkercommented, Jul 31, 2017

I’m also curious on this @EddyVerbruggen is this as simple as adding:

FIRAnalyticsDebugEnabled = true

in the build.xcconfig?

0reactions
sulemanAbrar1996commented, Nov 23, 2019

@jeremypele @EddyVerbruggen @NathanWalker @johnnyzen i my case app builds succefully but when runs then it shows error 6.13.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I undo `-FIRAnalyticsDebugEnabled`? - Stack Overflow
Run the app once with the -FIRDebugDisabled launch argument. Remove the launch argument. Share.
Read more >
Debug events | Google Analytics for Firebase
DebugView enables you to see the raw event data logged by your app on development ... disable debug mode by specifying the following...
Read more >
FIRDebugEnabled Xcode
In the Arguments Passed On Launch section, add -FIRAnalyticsDebugEnabled. ... When you enable Google Analytics in your project, your Firebase web apps are ......
Read more >
Disabling analytics for iOS has no effect? - Google Groups
I want to disable Firebase Analytics by default for my debug release, ... debug logging set the following application argument: -FIRAnalyticsDebugEnabled ...
Read more >
Google Analytics for Firebase Quickstart
Go ahead and open the AnalyticsExample.xcworkspace project. ... easily be enabled in Xcode by specifying -FIRAnalyticsDebugEnabled as a runtime argument.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found