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
/// <summary>
/// Perform rating on the current OS store app or open the store page on the browser.
/// (IOS, Android, Windows, Mac Catalyst)
/// </summary>
Task PerformRatingOnStoreAsync();
/// <summary>
/// Perform rating without leaving the app (IOS).
/// </summary>
Task PerformInAppRateAsync();
Drawbacks
No response
Alternatives
No response
Unresolved Questions
No response
The text was updated successfully, but these errors were encountered:
Feature name
App Rating control
Link to discussion
#2454
Progress tracker
Summary
Give developers a fast and easy way to ask users to rate their app on the marketplaces.
Motivation
Give developers a fast and easy way to ask users to rate their app on the marketplaces.
Detailed Design
similar to
https://github.com/FabriBertani/Plugin.Maui.AppRating
Provide a simple interface for a user to access the platform marketplace to rate your application
Usage Syntax
Drawbacks
No response
Alternatives
No response
Unresolved Questions
No response
The text was updated successfully, but these errors were encountered: