Is it possible to set appirater to show after every nth days?

235 views Asked by At

I am interested to use:
https://github.com/arashpayan/appirater

And I am talking about iOS version of it.

Is it possible to set appirater to show after every nth days or something like that?
Like on some regular interval every nth days or even 25 start of app.

I am thinking there is some way to show it after nth time with some occurrence.

All example on website show how to show it after some days or after some starts.
So I suspect that if user do not review app then it will just not show ever again.

1

There are 1 answers

1
Bouabane Mohamed Salah On BEST ANSWER

You can check out this open-source tool UAAppReviewManager which is an another approach to Appirater. UAAppReviewManager

And you can set the number of days to show the alert view for rating your app by setting this method :

+ (void)setDaysBeforeReminding:(NSUInteger)daysBeforeReminding;