takecian / SwiftRater

A utility that reminds your iPhone app's users to review the app written in pure Swift.
MIT License
356 stars 42 forks source link

'keyWindow' was deprecated in iOS 13.0 #46

Open JulesMoorhouse opened 1 year ago

JulesMoorhouse commented 1 year ago

Hi,

There's a warning when the minimum deployment version is iO14.

'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes

Also...

'requestReview()' was deprecated in iOS 14.0

FYI - I'm also using in an Obj C project...

takecian commented 1 year ago

Thanks for the heads up. I will take a look when I have bandwidth.

fabien79 commented 12 months ago

Hello, did you had time to check ? I've got the same warnings on my side. Thanks for your help