I'm trying to pass the argument -FIRAnalyticsDebugEnabled to my Xamarin iOS App but I seem to not have found the correct place in Xamarin Studio to put it. I tried as additional mtouch argument like
--argument=--app-arg=-FIRAnalyticsDebugEnabled
or
--argument=-FIRAnalyticsDebugEnabled
but neither worked.
I keep seeing this line in the application output:
Firebase Analytics v.3402000 started
To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see goo.gl/Y0Yjwu)
The google short link doesn't link anywhere anymore
According to https://bugzilla.xamarin.com/show_bug.cgi?id=43899 the fix seems to be to add the following text to "Extra mlaunch Arguments": --argument=-FIRAnalyticsDebugEnabled