Marc-Anthony Latty
Results
3
comments of
Marc-Anthony Latty
Are you checking if this app is live in the play store? `CrossLatestVersion.Current.IsUsingLatestVersion();` this method usually checks if you are using the latest version.
Are you connecting to play store with `CrossLatestVersion.Current.OpenAppInStore("AppName");`? if not wrap your code block in a try catch and log the error to console, generally it makes an HTTP call
Have you tried the workaround?