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

Manually disable the RateReminder or mark as Rated #10

Open
jphellemons opened this issue Apr 28, 2017 · 0 comments
Open

Manually disable the RateReminder or mark as Rated #10

jphellemons opened this issue Apr 28, 2017 · 0 comments

Comments

@jphellemons
Copy link

I also have a button on a settings page in my uwp app which launches the store in order to rate the app.
When a user starts this manual process, I'd like to make sure that the user does not get a RateReminder again.
So can I manually set RateReminderResult.Rated to true in the button click handler?
This is my button click current code because I could not find a method to force show the ratereminder:

await Windows.System.Launcher.LaunchUriAsync(new Uri($"ms-windows-store://review/?PFN={Windows.ApplicationModel.Package.Current.Id.FamilyName}"));
@jphellemons jphellemons changed the title Can I manually disable the RateReminder Manually disable the RateReminder or mark as Rated Apr 28, 2017
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

1 participant