gogoout / nativescript-rater

Reminds your app's users to review the app through PlayStore or AppStore. Love it, rate it! **not maintained anymore**
MIT License
7 stars 8 forks source link

Android: Dialog not working with usesUntilPrompt #14

Closed miyarin-tn closed 3 years ago

miyarin-tn commented 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.

paul-castro commented 3 years ago

Hi, did you make it work on Android?

miyarin-tn commented 3 years ago

Not yet, I close because this repository added to my git folder. I hate that