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
MetricaEventHandler seems deprecated on latest version of library, i was using it to support install tracking by multiple SDKs. What is the suggested path now?
Is it safe to use install referrer library 2.0 ? Your doc. is suggesting 1.1.2
Is MetricaEventHandler BroadcastReceiver still enabled by default on latest version? Do we have to disable it manually?
From my understanding, MetricaEventHandler should not be used anymore, as BroadcastReceiver will not be sent since March 1 and each 3rd party SDK implements install tracking separately using install referrer library. (still MetricaEventHandler looks like enabled by default)
The text was updated successfully, but these errors were encountered:
Hi, i have three questions:
MetricaEventHandler
seems deprecated on latest version of library, i was using it to support install tracking by multiple SDKs. What is the suggested path now?Is it safe to use install referrer library 2.0 ? Your doc. is suggesting 1.1.2
Is
MetricaEventHandler
BroadcastReceiver still enabled by default on latest version? Do we have to disable it manually?MetricaEventHandler
should not be used anymore, as BroadcastReceiver will not be sent since March 1 and each 3rd party SDK implements install tracking separately using install referrer library. (stillMetricaEventHandler
looks like enabled by default)The text was updated successfully, but these errors were encountered: