You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: