New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-app-review

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-app-review

Cordova plugin to review app

  • 2.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
397
decreased by-40.75%
Maintainers
1
Weekly downloads
 
Created
Source

cordova-plugin-app-review

NPM version NPM downloads PayPal donate Twitter

Index

Supported platforms

  • iOS
  • Android

Installation

$ cordova plugin add cordova-plugin-app-review

Use variable ANDROID_PLAY_CORE_VERSION to override dependency version on Android.

Methods

Most of time you can just use a boilerplate below to trigger the inapp review dialog and fallback to app/play store screen when the dialog wasn't displayed:

cordova.plugins.AppReview.requestReview().catch(function() {
   return cordova.plugins.AppReview.openStoreScreen();
});

requestReview()

Launches inapp review dialog.

cordova.plugins.AppReview.requestReview();

IOS notes:

Android notes:

openStoreScreen(packageName)

Launches App/Play store page with a review form

cordova.plugins.AppReview.openStoreScreen();

By default current app screen is displayed. Optionally you can pass a package name string to show another app details.

Keywords

FAQs

Package last updated on 19 Oct 2020

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