From eb4a7464103cda8955c73acd03a28f504ccb7b65 Mon Sep 17 00:00:00 2001 From: Omar Ben brahim Date: Thu, 26 Apr 2018 18:17:07 +0200 Subject: [PATCH] README.md updated --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe4121f..577c3f3 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ var requestReview = function(){ console.log("success"); } var failure = function() { - console.log("Error calling Galaxy plugin"); + console.log("Error calling inappreview plugin"); } inappreview.requestReview(success, failure); }catch(e){ @@ -52,6 +52,11 @@ var requestReview = function(){ Apple is also limiting the amount of times developers can ask customers for reviews. Developers will only be able to bring up the review dialog three times a year. If a customer has rated the app, they will not be prompted again. If a customer has dismissed the review prompt three times, they will not be asked to review the app for another year. More: http://www.loopinsight.com/2017/01/24/apple-explains-the-new-app-reviews-api-for-developers/ +## Important +Note +When you call this method while your app is still in development mode, a rating/review request view is always displayed so that you can test the user interface and experience. However, this method has no effect when you call it in an app that you distribute using TestFlight. + +[more...](https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview) ## Credits