Open radhakrishnan308 opened 2 years ago
+1
+1
Cordova's iOS platform currently uses the UIWindow class but this is not used in a UIWindowScene.
Until such time as the corodva-ios
platform is updated to use UIWindowScene to manage its native UI, this plugin cannot leverage the new API, unless this plugin itself implemented the wrapping of CDVAppDelegate's UIWindow instance in a UIWindowScene, however this would likely conflict with any future implementation of UIWindowScene
in cordova-ios
.
However, I'm happy to consider any Pull Request that is able to work around this and make such an implementation possible.
Bug report
CHECKLIST
[x] I have read the issue reporting guidelines
[x] I confirm this is a suspected bug or issue that will affect other users
[x] I have reproduced the issue using the example projector provided the necessary information to reproduce the issue.
[x] I have read the documentation thoroughly and it does not help solve my issue.
[x] I have checked that no similar issues (open or closed) already exist.
Current behavior:
requestReview
API is deprecatedhttps://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview?language=objc
Expected behavior:
Should use
requestReviewInScene
API