Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created October 10, 2018 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flurrydev/37215e9cabcae4977387ea086ddbd710 to your computer and use it in GitHub Desktop.
Save flurrydev/37215e9cabcae4977387ea086ddbd710 to your computer and use it in GitHub Desktop.
Send request to App Store
#import <StoreKit/StoreKit.h>
SKProductsRequest *request = [[SKProductsRequest alloc] initWithProductIdentifiers:self.products];
request.delegate = self;
[request start];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment