SKStoreReviewController Deprecated. What's the UIKit replacement?

So with SKStoreReviewController now deprecated... I'm wondering what API is recommended for UIKit apps?

FB14382408

I'm wondering what API is recommended for UIKit apps?

To request an App Store rating or review from the user, call:

AppStore.requestReview(in: scene)

For more information about this API, see its discussion section.

Thanks for the reply. So every Objective-C developer has to write a Swift wrapper around StoreKit2?

SKStoreReviewController Deprecated. What's the UIKit replacement?
 
 
Q