latestversionplugin icon indicating copy to clipboard operation
latestversionplugin copied to clipboard

Plugin.LatestVersion.LatestVersionException: Version string portion was too short or too long. Parameter name: input

Open quicoli opened this issue 3 years ago • 1 comments

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...

quicoli avatar Jul 29 '20 21:07 quicoli

Same here, any idea why this happens?

arxeus99 avatar May 26 '22 06:05 arxeus99