I have recently put a paid app online in the google play store. It was going great but recently the developer console has stopped showing any new users.
I had a piece of code that saved every new user in my database (it saved it when the user first open the app after installation). And it is not possible that one person is saved twice so i know that every user is unique.
And it showed me the same amount of users as in the developer console until a few weeks ago. I haven't seen any new users in the dev console but i have seen about 10 new users in my database.
My question is is it possible that the dev console is not showing my users correctly? It was showing them correctly and then completely stopped showing new users.