JusticeRage / ApkTrack

ApkTrack is an Android app which checks if updates for installed APKs are available.
GNU General Public License v3.0
122 stars 27 forks source link

Wrong version returned for com.palabs.artboard #96

Closed gerroon closed 7 years ago

gerroon commented 7 years ago

Hi

It seems the updates are not reflected? I have an app called artboard, it is still showing 1.9 but according to appbrain it is upto 2.0.

JusticeRage commented 7 years ago

Hi, If you look at the AppBrain page, you'll notice that despite the dates, the version displayed at the top is the 1.9, so it's possible their API is erroneously returning it as the latest one. Although I don't think this is the case here, ApkTrack also has a 24-hour cache for application versions, so if this new information was added very recently, it may take up to a day to be displayed.

In any case, I would tend to think that the issue isn't caused directly by ApkTrack but by its data source.

gerroon commented 7 years ago

thanks for the update. I thought I could report it in case there are issues with caching and such

JusticeRage commented 7 years ago

No problem. Thanks for notifying me!