Open Astrovic opened 8 months ago
Android: https://github.com/hansemannn/titanium-firebase-analytics/pull/82
but not tested yet
Trying to enable this on iOS as I have a client asking for it, however to verify Google mentions that we need to set a launch argument -FIRAnalyticsVerboseLoggingEnabled
when starting the app to see if the permissions are properly granted. Do you guys know if this is possible in Titanium?
@Arood Maybe you can do this by launching the app from Xcode, but I've never tried. Here the doc: https://firebase.google.com/docs/analytics/events?platform=ios#view_events_in_the_xcode_debug_console
I added setConsent()
method for iOS and Android: https://github.com/hansemannn/titanium-firebase-analytics/pull/84#issue-2293101320
Consent mode for apps was updated Oct 30th 2023 and now contains two additional parameters. It would be useful to be able to set these parameters for EEA users.