nativescript-store-ratings
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Nativescript: Store Ratings

This plugin exposes the native In-App Reviews for iOS and Android. Please refer to the respective guidelines of Apple and Google.

Installation

tns plugin add nativescript-store-ratings

Usage

You can ask for a review anywhere in your app by importing

import * as storeRating from 'nativescript-store-ratings';

and calling

storeRating.initRating();

That's it! Your user will be prompted to review your app by tapping on a star and leave an additional comment. Note: The dialog won't show in development on Android. It'll only be displayed if your app is on the internal test track or in production. For more information about testing the integration on Android please refer to this guide

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    37
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    37

Package Sidebar

Install

npm i nativescript-store-ratings

Weekly Downloads

33

Version

1.0.0

License

Apache-2.0

Unpacked Size

29.2 kB

Total Files

15

Last publish

Collaborators

  • luke-hawk