Closed IzzySoft closed 1 year ago
Thank you for pointing that out! I did increase the versioncode but VS decided to set it to 1 during compilation :(
I've no idea with VS, I only see the result unfortunately. So :crossed_fingers: you find the culprit and can get around it with the next release! Thanks for checking, and best luck!
I think the issue should be fixed now :D
Reached my repo, so you're probably right – thanks!
It seems your
versionCode
is never increased. This means updates never reach those having the app already installed, as Android considers them the same as the installed version. Please take care to always increaseversionCode
when making a release.