So with SKStoreReviewController now deprecated... I'm wondering what API is recommended for UIKit apps?
SKStoreReviewController Deprecated. What's the UIKit replacement?
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?