You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got another error in the firebase-analytics lib.
An uncaught Exception occurred on "main" thread.
Calling js method run failed
Error: java.lang.Exception: Failed resolving method setConsent on class com.google.firebase.analytics.AnalyticsKt
version: 3.2.2
I hope, this time again can solve this problem soon!
Best regards,
Lorant
The text was updated successfully, but these errors were encountered:
loranttoth
changed the title
Error calling setContent() in the last version.
Error calling setConsent() in the last version.
Feb 29, 2024
Adding my 50 cents here. For me setConsent does not work in the previous version as well, but only in release build (working fine in debug) throwing an issue that FIRConsentTypeAdStorage is not defined.
Actually trying to access any of variables declared in @nativescript/firebase-analytics/typings/objc!FirebaseAnalytics.d.ts leads to this issue.
Hi!
I got another error in the firebase-analytics lib.
An uncaught Exception occurred on "main" thread.
Calling js method run failed
Error: java.lang.Exception: Failed resolving method setConsent on class com.google.firebase.analytics.AnalyticsKt
version: 3.2.2
I hope, this time again can solve this problem soon!
Best regards,
Lorant
The text was updated successfully, but these errors were encountered: