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
ignaciomendeznole
changed the title
[analytics-react-native-advertising-id-plugin]: events not being sent when adTrackingEnabled is false
[analytics-react-native-advertising-id-plugin] [Android]: events not being sent when adTrackingEnabled is false
Oct 28, 2024
If this plugin is configured on iOS, even though the library has platform checking indicating it's only for Android, it still affects iOS and prevents events from being triggered. Therefore, I had to add an additional platform check in my code to only add the plugin when running on Android.
Follow up on this issue: #995
analytics-react-native
version: 2.20.2analytics-react-native-advertising-id-plugin
version: 1.3.2Steps to reproduce
Expected behavior
Application Installed event should be sent without getting enriched with
advertisingId
Actual behavior
The events are not getting sent at all
The text was updated successfully, but these errors were encountered: