latestversionplugin icon indicating copy to clipboard operation
latestversionplugin copied to clipboard

Error Comparing Versions On Android

Open AhmedAdelGadElkareeem opened this issue 5 years ago • 3 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:
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:

AhmedAdelGadElkareeem avatar May 13 '19 09:05 AhmedAdelGadElkareeem

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.

AnthonyLatty avatar May 19 '19 12:05 AnthonyLatty

yes i try with live app

On Sun, May 19, 2019, 2:40 PM Marc-Anthony Latty [email protected] wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/edsnider/latestversionplugin/issues/12?email_source=notifications&email_token=AHHI4NOTIGGBGA5DUNQHJI3PWFDFBA5CNFSM4HMNYOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVXBKKQ#issuecomment-493753642, or mute the thread https://github.com/notifications/unsubscribe-auth/AHHI4NOXYIB75I7CLUW4PI3PWFDFBANCNFSM4HMNYOGQ .

AhmedAdelGadElkareeem avatar May 19 '19 12:05 AhmedAdelGadElkareeem

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

AnthonyLatty avatar May 19 '19 12:05 AnthonyLatty