Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Comparing Versions On Android #12

Open
AhmedAdelGadElkareeem opened this issue May 13, 2019 · 3 comments
Open

Error Comparing Versions On Android #12

AhmedAdelGadElkareeem opened this issue May 13, 2019 · 3 comments

Comments

@AhmedAdelGadElkareeem
Copy link

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:
Platform (e.g., Android version 8.1):
Device/Hardware: Infinix X606C

Expected behavior

return IsUsingLatestVersion using this code
bool isLatest = await CrossLatestVersion.Current.IsUsingLatestVersion();

Actual behavior

Error comparing current app version number with latest. Version name=1.16 and
lastest version= .

Steps to reproduce the issue

bool isLatest = await CrossLatestVersion.Current.IsUsingLatestVersion();

Feature Request

Description:

@AnthonyLatty
Copy link

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.

@AhmedAdelGadElkareeem
Copy link
Author

AhmedAdelGadElkareeem commented May 19, 2019 via email

@AnthonyLatty
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants