Questions tagged [xam.plugin.latestversion]

2 questions
0
votes
0 answers

How to test In app update in xamarin forms without updating app to play store/Appstore (used Xam.Plugin.LatestVersion to show alert for app update)

I am using Xam.Plugin.LatestVersion to check whether a update of app is available. I have added the bleow code App.xaml.cs if (!VersionTracking.IsFirstLaunchEver) { string latestVersionNumber = await…
0
votes
0 answers

Xamarin forms: Plugin.LatestVersion.LatestVersionException: Error comparing current app version number with latest

I am getting the below exception from the Xam.Plugin.LatestVersion plugin on my xamarin forms app: Plugin.LatestVersion.LatestVersionException: Error comparing current app version number with latest. I found the same issue reported over here and…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105