requestDidFinish(_:)
Tells the delegate that the request has completed.
Declaration
optional func requestDidFinish(_ request: SKRequest)Parameters
- request:
The request that completed.
Discussion
This method is called after all processing of the request has been completed. Typically, subclasses of SKRequest require the delegate to implement additional methods to receive the response. When this method is called, your delegate receives no further communication from the request and can release it.
See Also
Related Documentation
- In-App Purchase Programming Guide