-
Notifications
You must be signed in to change notification settings - Fork 36
Description
If this issue is for a new feature, please skip the "Bug" section and fill out the "Feature Request" section at the bottom.
Bug
Plugin Version: 2.1.0
Platform (e.g., Android v21): Multiple Android phone brands in multiple os version (10,11,12...)
Expected behavior
IsUsingLatestVersion working fine
Actual behavior
getting lot of error logged with such stacktrace:
Error comparing current app version number with latest. Version name=22.2.2.88285 and lastest version= .
at Plugin.LatestVersion.LatestVersionImplementation.IsUsingLatestVersion () [0x000e8] in :0
Steps to reproduce the issue
Happens since last update of the app version which happened today.
Error happens when having the previous app version installed (22.2.1) and updating to new one (22.2.2).
Hard to reproduce as need to have previous version from the store installed before doing the update.
Is there some cache that's not wiped out at update or what else could trigger this exception?
https://play.google.com/store/apps/details?id={_packageName}&hl=en returns the latest version number (with my package name)