Guide
Tutorial on In App Review
Using @capgo/capacitor-in-app-review
Capacitor In-App Review Plugin interface for prompting users to submit app store ratings and reviews without leaving the app.
Install
bun add @capgo/capacitor-in-app-review
bunx cap sync
What This Plugin Exposes
requestReview- Request an in-app review from the user.
Example Usage
requestReview
Request an in-app review from the user.
import { CapgoInAppReview } from '@capgo/capacitor-in-app-review';
// Request a review at an appropriate moment in your app
await CapgoInAppReview.requestReview();
Full Reference
- GitHub: https://github.com/Cap-go/capacitor-in-app-review/
- Docs: /docs/plugins/in-app-review/
Keep going from Using @capgo/capacitor-in-app-review
If you are using Using @capgo/capacitor-in-app-review to plan store approval and distribution, connect it with @capgo/capacitor-in-app-review for the implementation detail in @capgo/capacitor-in-app-review, Getting Started for the implementation detail in Getting Started, @capgo/capacitor-native-market for the implementation detail in @capgo/capacitor-native-market, Using @capgo/capacitor-native-market for the native capability in Using @capgo/capacitor-native-market, and Capacitor OTA Updates: App Store Approval Guide for the practical context in Capacitor OTA Updates: App Store Approval Guide.