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
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.
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:
I already provided the app id to the
googlePlayIdentifier
argument, at the point of instantiating_rateMyApp
.print('Result $result');
, printsResult: LaunchStoreResult.storeOpened
, but the Play Store does not come up.The text was updated successfully, but these errors were encountered: