Skip to content

luke-hawk/nativescript-store-ratings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Add in-app reviews to your nativescript app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published