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

launchStore() not launching Play Store #79

Open
samueladekunle opened this issue Sep 30, 2020 · 1 comment
Open

launchStore() not launching Play Store #79

samueladekunle opened this issue Sep 30, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@samueladekunle
Copy link

I tried launching the Play Store, after tapping the "RATE" button displayed by showRateDialog, but instead of launching the Google Play Store, nothing shows up.

Here is a snippet of code:

_rateMyApp.showRateDialog(
  context,
  listener: (button) {
    switch (button) {
      case RateMyAppDialogButton.rate:
        print('Launch store');
        _rateMyApp.launchStore().then((result) {
          print('Result $result');
        });
        break;
      default:
    }
    return true;
  },
);

I already provided the app id to the googlePlayIdentifier argument, at the point of instantiating _rateMyApp.

print('Result $result');, prints Result: LaunchStoreResult.storeOpened, but the Play Store does not come up.

@Skyost Skyost self-assigned this Dec 11, 2020
@Skyost Skyost added the bug Something isn't working label Dec 11, 2020
@Mastersam07
Copy link

What is the way forward on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants