Skip to content

Instantly share code, notes, and snippets.

@EllinaKuznetcova
Created December 9, 2016 15:38
Show Gist options
  • Save EllinaKuznetcova/04355af9e9b5d19863eb516ca1d37a19 to your computer and use it in GitHub Desktop.
Save EllinaKuznetcova/04355af9e9b5d19863eb516ca1d37a19 to your computer and use it in GitHub Desktop.
extension InAppManager: SKProductsRequestDelegate {
func productsRequest(_ request: SKProductsRequest, didReceive response: SKProductsResponse) {
self.products = response.products
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment