ionic-in-app-review
Installation
SKILL.md
In-App Review
The native rating dialog — Apple's SKStoreReviewController and Google Play's In-App Review API. Both are quota-limited by the OS to prevent spam (you can call them; the OS decides whether to actually show).
Install
npm install @capacitor-community/in-app-review
npx cap sync
Usage
import { InAppReview } from '@capacitor-community/in-app-review';
await InAppReview.requestReview();