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'm trying to set up the tracking described in appmetrica docs
The documentation says:
Installs the application and launches it (it is the first run that is considered an installation).
AppMetrica SDK, integrated into the application, reports this to the server.
I understand that do not need to send any events, the SDK itself sends the data. I integrated the SDK, but I do not see any data in the admin panel (0 installs every time). I also tried to sniffing traffic of my application and also do not see that it would send some requests to the appmetrica. We also use sdk in native applications, everything works fine there. It is enough to integrate sdk and initialize with api key.
The question is: what am I doing wrong in RN case?
p.s. My case is Device Fingerprint Matching.
The text was updated successfully, but these errors were encountered:
I'm trying to set up the tracking described in appmetrica docs
The documentation says:
I understand that do not need to send any events, the SDK itself sends the data. I integrated the SDK, but I do not see any data in the admin panel (0 installs every time). I also tried to sniffing traffic of my application and also do not see that it would send some requests to the appmetrica. We also use sdk in native applications, everything works fine there. It is enough to integrate sdk and initialize with api key.
The question is: what am I doing wrong in RN case?
p.s. My case is
Device Fingerprint Matching
.The text was updated successfully, but these errors were encountered: