Skip to content

Manually disable the RateReminder or mark as Rated #10

@jphellemons

Description

@jphellemons

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}"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions