delegate
The store view controller’s delegate.
Declaration
weak var delegate: (any SKStoreProductViewControllerDelegate)? { get set }Discussion
Your application must set the delegate before presenting the store view controller.
The store view controller’s delegate.
weak var delegate: (any SKStoreProductViewControllerDelegate)? { get set }Your application must set the delegate before presenting the store view controller.