latestversionplugin
latestversionplugin copied to clipboard
Plugin.LatestVersion.LatestVersionException: Version string portion was too short or too long. Parameter name: input
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: 1.1.2 Platform (e.g., Android v21): Android 9 Device/Hardware: Galaxy S8
Expected behavior
Not raise an exception
Actual behavior
Error: LatestVersionImplementation.IsUsingLatestVersion () C:\projects\latestversionplugin\src\Plugin.LatestVersion.Android\LatestVersionImplementation.cs:42
My published app has version "1.0.14-beta" In my development, I changed my app to "1.0.10-beta" to check if it could detect the published version as newer, but I'm getting the exception below:
Plugin.LatestVersion.LatestVersionException: Version string portion was too short or too long. Parameter name: input
Method CrossLatestVersion.Current.GetLatestVersionNumber() is returning "Varies with device" string, not my published version number...
Same here, any idea why this happens?