Skip to content

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

License

Notifications You must be signed in to change notification settings

enfp-dev-studio/node-mac-request-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();