This package has been deprecated

Author message:

WARNING: This project has been renamed to cordova-plugin-app-review.

cordova-plugin-inapp-review

1.1.1 • Public • Published

cordova-plugin-inapp-review

NPM version NPM downloads Twitter

Donate Your help is appreciated. Create a PR, submit a bug or just grab me 🍺

Index

Supported platforms

iOS Android
iOS Android

Installation

$ cordova plugin add cordova-plugin-inapp-review

Use variable ANDROID_PLAY_CORE_VERSION to override dependency version on Android.

Methods

Every method returns a promise that fulfills when a call was successful.

requestReviewDialog()

Launches inapp review dialog.

cordova.plugins.InAppReview.requestReviewDialog();

requestReview()

Launches App/Play store page with a review form

cordova.plugins.InAppReview.requestReview();

You can use boilerplate below in most of cases:

cordova.plugins.InAppReview.requestReviewDialog().catch(() => {
   return cordova.plugins.InAppReview.requestReview();
});

Package Sidebar

Install

npm i cordova-plugin-inapp-review

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

10.8 kB

Total Files

8

Last publish

Collaborators

  • chemerisuk