Skip to content

Instantly share code, notes, and snippets.

@joshtwist
Created April 8, 2013 07:18
Show Gist options
  • Select an option

  • Save joshtwist/5334853 to your computer and use it in GitHub Desktop.

Select an option

Save joshtwist/5334853 to your computer and use it in GitHub Desktop.
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
{
self.products = response.products;
// callback on the completion block
self.loadProductsComplete();
}
- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions
{
// We'll add code here later
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment