Launch app with application argument -FIRAnalyticsDebugEnabled
See original GitHub issueHi,
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:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m also curious on this @EddyVerbruggen is this as simple as adding:
in the
build.xcconfig
?@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