Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.49 KB

File metadata and controls

48 lines (30 loc) · 1.49 KB

Timing the In-App Review Prompt

Did you know?

The in_app_review package makes it easy to ask for reviews in your app. ⭐️

But timing is key and the App Store will only let you show up to 3 prompts per year.

To avoid prompting users too early, track your desired event and only ask for a review after it is triggered N times.


The code above only shows the main idea.

To learn more about in-app reviews, read:


Previous Next
Working with multiple Xcode versions Async Stream Initialization with async*