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

AppStore only shows option to Uninstall or Open #36

Open
ghost opened this issue Aug 10, 2021 · 0 comments
Open

AppStore only shows option to Uninstall or Open #36

ghost opened this issue Aug 10, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 10, 2021

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: 2.1.0
Platform (e.g., Android v21): Android v29
Device/Hardware:

Expected behavior

After checking for a new update (and one is required), then the App Store should give me the option to update.

Actual behavior

After checking for a new update (and one is required), then the App Store only shows me Uninstall and Open options. Is this behaviour expected because I am debugging in Visual Studio?

Steps to reproduce the issue

           if (!await CrossLatestVersion.Current.IsUsingLatestVersion())
            {
                string latestVersionNumber = await CrossLatestVersion.Current.GetLatestVersionNumber();

                await DisplayAlertOk("New Version Available", $"A new version is available. Please update to v{latestVersionNumber}  now.");

                CrossLatestVersion.Current.CountryCode = "gb";
                await CrossLatestVersion.Current.OpenAppInStore();
            }

Feature Request

Description:

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

0 participants