Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor-community/in-app-review

Package Overview
Dependencies
Maintainers
43
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/in-app-review

Lets you prompt users to submit app store ratings and reviews without leaving your app - using platform native dialogs.

  • 6.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
43
Created
Source


In App Review

@capacitor-community/in-app-review

Capacitor Plugin for prompting users to submit app store reviews.


[!NOTE] This repository is the successor to capacitor-rate-app by Nodonisko.

Please migrate for continued support and updates.

Introduction

This plugin lets you prompt users to submit app store ratings and reviews without the inconvenience of leaving your app. It uses the built-in native UI components that iOS and Android provide.

Example of the in-app review flow for a user on Android:

[!IMPORTANT] To protect user privacy and avoid API misuse, there are strict guidelines that your app should follow.

Design guidelines Android: source
Design guidelines iOS: source, source, source, source

[!IMPORTANT] If - during development and testing - the dialog is not shown, make sure all prerequisites have been met. Generally that means following the design guidelines and making sure your test environment is setup correctly.

Design guidelines: see explainer paragraph above
Test Environment setup Android: source
Test Environment setup iOS: source

Installation

npm install @capacitor-community/in-app-review
npx cap sync

Usage

import { InAppReview } from '@capacitor-community/in-app-review';

InAppReview.requestReview();

API

requestReview()

requestReview() => Promise<void>

Keywords

FAQs

Package last updated on 22 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc