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

Creating dialog to rate your app on the marketplace #2455

Open
6 of 8 tasks
pierre01 opened this issue Jan 19, 2025 · 2 comments
Open
6 of 8 tasks

Creating dialog to rate your app on the marketplace #2455

pierre01 opened this issue Jan 19, 2025 · 2 comments
Labels
new proposal A fully fleshed out proposal describing a new feature in syntactic and semantic detail

Comments

@pierre01
Copy link

Feature name

App Rating control

Link to discussion

#2454

Progress tracker

  • Android Implementation
  • iOS Implementation
  • MacCatalyst Implementation
  • Windows Implementation
  • Tizen Implementation
  • Unit Tests
  • Samples
  • Documentation

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

/// <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

@pierre01 pierre01 added new proposal A fully fleshed out proposal describing a new feature in syntactic and semantic detail labels Jan 19, 2025
@bijington
Copy link
Contributor

There is also this package as an alternative https://github.com/jamesmontemagno/StoreReviewPlugin

@pierre01
Copy link
Author

There is also this package as an alternative https://github.com/jamesmontemagno/StoreReviewPlugin

@bijington yes but it is seriously outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new proposal A fully fleshed out proposal describing a new feature in syntactic and semantic detail
Projects
None yet
Development

No branches or pull requests

2 participants