dpa99c / cordova-launch-review

Cordova/Phonegap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores
71 stars 26 forks source link

how can i call the review after x lunchs #21

Closed matrixreal closed 4 years ago

matrixreal commented 4 years ago

hello, how can i call the review after x lunchs ? thanks

dpa99c commented 4 years ago

It's up to you how you implement this in your app. You can use some kind of persistent local storage to increment a counter each time the app is launched before calling the plugin when the count reaches X launches. This isn't something the plugin can help with.