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
In my case is because the package name is different. We are using different package names for prod and testing. So, we can test both on the same device.
You can go away with these issues with a simple try-catch but would be cool some mechanism for preventing this.
Bug
Plugin Version: 2.1.0
Platform (e.g., Android v21): Android 9.0/API 28
Device/Hardware: Pixel 4 Emulator
Expected behavior
Version check works
Actual behavior
Version check throws exception:
This has just started occurring on emulator debugging this morning. Debugging on actual Android device seems to work OK still.
Steps to reproduce the issue
CrossLatestVersion.Current.IsUsingLatestVersion()
on startup inApp.xaml.cs
The text was updated successfully, but these errors were encountered: