/node-mac-request-review

A Native module to show App Store review requesting UI. It tells StoreKit to ask the user to rate or review the app

Primary LanguagePythonMIT LicenseMIT

node-mac-request-review

npm


Note

A Native module to show App Store review requesting UI. This library is a simple wrapper of Storekit's requestReview.
It was created for use in Electron apps. It is currently being used in my app, Capture Note.

image

How To Install

$ yarn add node-mac-request-review

How to Use

import { requestReview } from "node-mac-request-review";

// Ask Review
requestReview();