Open daniyalrathore14 opened 3 months ago
The API that this lib is using is deprecated.
https://developer.apple.com/documentation/storekit/skstorereviewcontroller
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
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.
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?