MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
671 stars 62 forks source link

inapp popup not showing in iOS #181

Open daniyalrathore14 opened 3 months ago

daniyalrathore14 commented 3 months ago

The in-app review popup in my iOS app, which used to work, is no longer appearing. The code doesn’t seem to be causing any issues, as it’s not triggering the catch block. While reviewing the documentation, I came across a note stating that "The system automatically limits the display of the prompt to three occurrences per app within a 365-day period."

Does this mean that if the review prompt has already been shown three times, it won’t appear a fourth time? Could this be why the popup isn't showing, or has Apple deprecated the review method altogether?

matinzd commented 2 months ago

The API that this lib is using is deprecated.

https://developer.apple.com/documentation/storekit/skstorereviewcontroller

daniyalrathore14 commented 2 months ago

The API that this lib is using is deprecated.

https://developer.apple.com/documentation/storekit/skstorereviewcontroller

But even if it depreciated i can still see the review popup on new devices where i installed the app

dharmasat commented 1 month ago

Have Same Issue. For IOS, In-app-rating Popup is not displaying. @daniyalrathore14 once you solved the issue kindly let me know to find the solution.