I've been developing a new Android App for the past few days. I followed the Google Analytics v4 guide https://developers.google.com/analytics/devguides/collection/android/v4/
I've only got the Android app connected to that Google Analytics account, nothing else whatsover.
I've only been using my android device in development, nothing else.
It's showing me 5 users so far, when it should be 1 user only. Even if it's a 1000 sessions, I don't care.
How does Google Analytics count users ?
I've made sure I'm only using the global tracker, nothing else, and I'm only initiating it once in the Application class of the android app. So I'm not loading the tracker many times.
Why is it overcounting ? I've always had this problem with Google Analytics even in previous SDK versions.
Please advise.