Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How works tracking of application installing #19

Open
kasl opened this issue Oct 1, 2018 · 1 comment
Open

How works tracking of application installing #19

kasl opened this issue Oct 1, 2018 · 1 comment

Comments

@kasl
Copy link

kasl commented Oct 1, 2018

I'm trying to set up the tracking described in appmetrica docs
The documentation says:

  1. Installs the application and launches it (it is the first run that is considered an installation).
  2. 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.

@kasl
Copy link
Author

kasl commented Oct 1, 2018

installation on the android was successful and no crashes
code index.js:

import AppMetrica from 'react-native-appmetrica'
AppMetrica.activateWithApiKey('*********');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant