i have a problem with flurry for android. I don't see last app version in filter several days (about 5 days). Later new version got to version list in filter very fast.
Also if check "TOP 10 VERSIONS BY ACTIVE USERS" i can suppose that my new version is saved as other. I upload new version 20 march and on graph i see that version other grow from 20 march.
I use SDK version 6.6.0. Now i upgraded to 6.9.2. Later flurry determined version of app without problem.
For init flurry i use the following code:
new FlurryAgent.Builder()
.withLogEnabled(true)
.withListener(getFlurryAgentListener())
.build(context, MY_API_KEY);
Can anyone say what i do wrong or how to solve this problem?