App services
Plugin.Maui.AppReview
In-app store review eligibility and listing
Current NuGet 1.0.1
Prompts a Play / App Store review when launch, day, and cooldown rules allow, and opens the store listing as a fallback. Not an in-app binary update.
Install
dotnet add package Plugin.Maui.AppReviewPackage ID: Plugin.Maui.AppReview
Plugin.Maui.* restores from GitHub Packages. Add the org feed first — see Use nuvyntralabs GitHub Packages from a C# project.
Overview
Plugin.Maui.AppReview owns review eligibility and the store listing — not binary updates. AppUpdate ships Play In-App Updates and App Store version checks. This plugin counts launches and days, honors a cooldown, then calls RequestAsync. Android 1.0 opens the Play listing (market://details?id=); Play Core in-app review is not bundled. iOS uses SKStoreReviewController when eligible and iOSAppStoreId for the listing fallback. Shown means the OS was asked, not that the user rated.
Current release
- 1.0.1. Current nuget.org pack.
- 1.0.0. First stable release. Eligibility counters, RequestAsync, OpenStoreListingAsync, ResetCounters.
Full upgrade map for the 3 September 2026 hardening wave: Hardened plugin releases.
Capabilities
- Launch, day, and cooldown eligibility in Preferences.
- RequestAsync — OS review UI or listing fallback.
- OpenStoreListingAsync and ResetCounters.
- Not a binary update path — use AppUpdate for that.
- .NET MAUI
- Review
- Play Store
- C#
Discussion
Comment on Plugin.Maui.AppReview. The thread lives on this component's GitHub repository (nuvyntralabs/Plugin.Maui.AppReview). Sign in with GitHub — Giscus uses Discussions, Utterances uses Issues.