britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
295 stars 76 forks source link

iOS in-app ratings & review disabled #104

Closed pierrecorbay closed 7 months ago

pierrecorbay commented 8 months ago

Hello,

I would like to know what's the current behaviour of isAvailable() and requestReview() when the user has disabled in-app ratings & reviews in App Store settings ?

IMG_E3BA8C4C468F-1

isAvailable() returns True (higher than iOS 10.3) and then requestReview() shows nothing ?

Would it be possible to implement this: if in-app ratings & reviews setting is disabled then isAvailable() returns False ? Or a new method like isRatingDisabled() that returns True/False depending on whether or not the setting is disabled ?

britannio commented 8 months ago

Would it be possible to implement this: if in-app ratings & reviews setting is disabled then isAvailable() returns False ?

I don't think that there is a way to check the status of this setting unfortunately.

pierrecorbay commented 8 months ago

Oh ok :(