Skip to main content
Back to plugins
@capgo/capacitor-in-app-review
Tutorial
by github.com/Cap-go

In App Review

Prompt users to submit app store ratings and reviews without leaving your app using native iOS and Android APIs

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