I maked an App and now I want that when an user start my app, he will see an alert that say "Hello, Rate this App" and I want that the users can select "yes" or "no".
How can i make all of this?
Thanks :)
I maked an App and now I want that when an user start my app, he will see an alert that say "Hello, Rate this App" and I want that the users can select "yes" or "no".
How can i make all of this?
Thanks :)
Don't prompt the alert at the beginning of the app. You should show alert when the user is leaving the application and not every time. After 4-5 day interval show the alert. Here is the complete tutorial how to show this kind of alert. Prompt engaged users to rate your app .Hope it will help you.