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 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:
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:
The text was updated successfully, but these errors were encountered: