Requesting App Store reviews in SwiftUI
nilcoalescing.comStarting from iOS 16 and macOS 13 we have a SwiftUI API to request App Store reviews. We can read requestReview property from the environment and call it as a function at the appropriate time.
Read more...