latestversionplugin icon indicating copy to clipboard operation
latestversionplugin copied to clipboard

plugin always returns true iOS

Open feduke-nukem opened this issue 2 years ago • 0 comments

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?

feduke-nukem avatar Oct 08 '21 06:10 feduke-nukem