luke-hawk / nativescript-store-ratings

Add in-app reviews to your nativescript app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Shell 39.4%Language:JavaScript 39.3%Language:TypeScript 21.3%