Skip to content

Commit

Permalink
Update 2024-12-26-play-store-rating-prompt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSteam authored Dec 26, 2024
1 parent e321570 commit 6ff1146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-12-26-play-store-rating-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ So, why add complexity to a fairly simple to use library? Well, there are a few
### Requirements

1. **Simple to use**: Any ViewModel that wants to display a review prompt shouldn't need to keep track of the request status, handle errors etc. It should just be able to request the prompt's appearance, and optionally pre-load.
2. **Remotely configurable triggers**: I want to be able to remotely control where this prompt appears. For example, I may want to disable it appearing after a successful bud due to some unrelated technical issue.
2. **Remotely configurable triggers**: I want to be able to remotely control where this prompt appears. For example, I may want to disable it appearing after a successful bid due to some unrelated technical issue.
3. **Triggered on button click or without specific interaction**: The review prompt should be triggerable by a variety of trigger types`^`.
4. **Able to remotely disable**: In case there's some catastrophic issue in Google's library, I want the ability to ensure it isn't relied upon at all if there's no enabled triggers.
5. **Requests aren't spammed**: Whilst Google [doesn't explicitly state quotas](https://developer.android.com/guide/playcore/in-app-review#quotas), they do say:
Expand Down

0 comments on commit 6ff1146

Please sign in to comment.