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.
See Also
Related Documentation
- In-App Purchase Programming Guide