Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added call to show the prompt (the rating alert) explicitly #106

Merged
merged 2 commits into from
Apr 6, 2013

Conversation

amjaliks
Copy link
Contributor

In some cases you may want to show the prompt for rating explicitly regardless Appirater settings.

In some cases you may want to show the prompt for rating explicitly regardless Appirater settings.
@arashpayan
Copy link
Owner

Thanks for sharing but I think the rateApp method covers the majority of developer use cases.

@arashpayan arashpayan closed this Mar 17, 2013
@amjaliks
Copy link
Contributor Author

More specific use case. :)

We wanted to add such logic in FearlessWheels:

  • ask to rate, when a user is playing the game at least one day, and show a prompt only, when he or she wins the level ([Appirater appEnteredForeground:NO] and [Appirater userDidSignificantEvent:YES] do this job well);
  • but we also want ask to rate, when a user wins the first series (world), regardless how long he or she is playing the game (an here comes my showPrompt in action).

In this case rateApp is inappropriate, because it immediately goes to a review screen, but we need only to show a prompt, so a user still has an option to decide, if he or she wants to rate the app.

@arashpayan arashpayan reopened this Apr 6, 2013
arashpayan added a commit that referenced this pull request Apr 6, 2013
Added call to show the prompt (the rating alert) explicitly
@arashpayan arashpayan merged commit c2e9e5a into arashpayan:master Apr 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants