Contents

productsRequest(_:didReceive:)

Accepts the App Store response that contains the app-requested product information.

Declaration

func productsRequest(_ request: SKProductsRequest, didReceive response: SKProductsResponse)

Parameters

  • request:

    The product request sent to the Apple App Store.

  • response:

    Detailed information about the list of products.

See Also

Related Documentation

  • In-App Purchase Programming Guide