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

plugin always returns true iOS #37

Open
feduke-nukem opened this issue Oct 8, 2021 · 0 comments
Open

plugin always returns true iOS #37

feduke-nukem opened this issue Oct 8, 2021 · 0 comments

Comments

@feduke-nukem
Copy link

Bug

Plugin Version: latest
Platform (e.g., iOS 12.1, 13.5.1):
Device/Hardware: iPhone 6, iPhone 7

Expected behavior

Display alert message if is not using latest version

Actual behavior

Doesn't display anything.

Steps to reproduce the issue

Just use CrossLatestVersion.Current.IsUsingLatestVersion() end upload app to the App Store.
The problem appears right in a production, if I do the same actions locally - alert displays.

Feature Request

Description: So I tried to invert my if statement for testflight to check if the alert is actually not an iOS specific problem. No, that's good, the problem is like plugin returns "true" from CrossLatestVersion.Current.IsUsingLatestVersion(), even the using version is not latest. With Android is no such problem, even on production. So my assumption is that plugin is always returning true on prod iOS. Don't know how that is possible. Maybe someone have to deal with the same problem?

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

1 participant