chemerisuk / cordova-plugin-app-review

Cordova plugin to review app
MIT License
40 stars 28 forks source link

[BUG] iOS requestReview API was deprecated #16

Open vogloblinsky opened 2 years ago

vogloblinsky commented 2 years ago

Current behavior:

requestReview API is deprecated

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

Expected behavior:

Should use requestReviewInScene API

fredriksthlm commented 2 years ago

requestReview was deprecated in ios14. And there are basically no users below ios14, so this plugin really needs an update. @chemerisuk

See above.

Edit: Possible code solution: https://stackoverflow.com/questions/63953891/requestreview-was-deprecated-in-ios-14-0

runbert commented 6 months ago

What is the status of the plugin at the moment? Cant get it to work anymore (iOS)

bmelnychenko commented 4 months ago

Also interesting if I can use this plugin(or it is deprecated) in my cordova project both for Android and IOS