Abhiek187 / ez-recipes-ios

Easy recipes finder iOS app
MIT License
0 stars 0 forks source link

Avoid requesting a review on launch after an update #57

Closed Abhiek187 closed 4 months ago

Abhiek187 commented 4 months ago

It just occurred to me that the user will be prompted for a review immediately on launch if they viewed enough recipes and are opening the app for the first time after an update. This goes against Apple's guidelines:

Avoid showing a request for a review immediately when a user launches your app, even if it isn’t the first time it launches.

Likewise, this should be fixed on Android as well before publishing the update. Ideally, we should avoid asking for a review until the user has browsed some of the app.