Skip to content

Instantly share code, notes, and snippets.

@EllinaKuznetcova
Created December 9, 2016 15:37
Show Gist options
  • Save EllinaKuznetcova/b9e61b205efcbadc883bc75e133e30d3 to your computer and use it in GitHub Desktop.
Save EllinaKuznetcova/b9e61b205efcbadc883bc75e133e30d3 to your computer and use it in GitHub Desktop.
func loadProducts() {
let productIdentifiers = Set<String>(ProductType.all.map({$0.rawValue}))
let request = SKProductsRequest(productIdentifiers: productIdentifiers)
request.delegate = self
request.start()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment