Closed miyarin-tn closed 3 years ago
main.ts import {appRater} from 'nativescript-rater'; appRater.init(); app.component.ts import {appRater} from 'nativescript-rater'; -- onInit appRater .setDaysUntilPrompt(7) .setUsesUntilPrompt(3) .setSignificantUsesUntilPrompt(2) .setShowLaterButton(true) .setShowNeverButton(true) .setDebugMode(true); appRater.showRateDialogIfMeetsConditions();
UntilPrompt not working, I tried to launch the app 4 times but the dialog not show.
Hi, did you make it work on Android?
Not yet, I close because this repository added to my git folder. I hate that
UntilPrompt not working, I tried to launch the app 4 times but the dialog not show.