Prompt user to Rate Mobile App

is there any script that prompt to rate the app when the user use the app for 15 times?

For what platform is this? There is plugins atleast for iOS and Android and maybe a plugin that will give you the rating functionality for both platforms. The 15th use time functionality you have to implement yourself. Just keep a counter in save data how many times the user has launched the app and when user launched 15th time you call your rate functionality to activate.

Fast googling found this: https://github.com/nicklockwood/iRate for ios and
this for android: https://github.com/Kopfgeldjaeger/RateMeMaybe .

I haven’t used the above plugins and there is probably much more to be found if you google something like “rate my app plugin”.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.