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
665 stars 62 forks source link

iOS - requestReview is deprecated #13

Closed cristianoccazinsp closed 3 years ago

cristianoccazinsp commented 3 years ago

https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview?language=objc

requestReview is deprecated in favour of requestReviewInScene

StriderHND commented 3 years ago

Any updates on this?

MinaSamir11 commented 3 years ago

Ok, I will update it, soon as possible🌹

vshjxyz commented 3 years ago

Hello, is the current version (requestReview) still working on latest iOs versions? I'm having troubles getting the prompt shown on an iPhone 12, I wonder if this is actually a blocking issue or not (meaning that we should update to requestReviewInScene but requestReview still works for now (?))

chrispyballer commented 3 years ago

any update on this? requestReview seems to be not working indefinitely as of Apple's latest update (14.5.1), thus rendering this library useless for updated iOS users. 😿

MinaSamir11 commented 3 years ago

@cristianoccazinsp @StriderHND @vshjxyz @chrispyballer package updated to support iOS 14+ v3.2.0

Please inform me if there is any error that occurs in the new version.