IAPHelper
IAPHelper copied to clipboard
No more maintenance for this repo. Please use the https://github.com/bizz84/SwiftyStoreKit
Hi, I've recently tried to promote my in-app purchases by using the new features available on iOS 11. However I haven't managed to do that because my app doesn't support...
As it currently stands, if a dev forgets to set the production boolean to YES upon submitting for the AppStore issues can incur with receipt validation. (app will use Apple's...
When validating receipt, Apple's `response` can be nil, which causes the app to crash when it tries to convert nil to JSON via `NSDictionary* rec = [IAPShare toJSON:response];` I propose...
Your app crashed on iPad running iOS 10.3.1 connected to an IPv6 network when we: 1. Launch the application 2. Navigate to Purchase/Recharge tab 3. Proceed to purchase one of...
 That's a screenshot of my iTunesConnect inAppPurchase page. [[IAPShare sharedHelper].iap requestProductsWithCompletion:^(SKProductsRequest* request,SKProductsResponse* response) { if (response > 0) { NSLog(@"%i", response.products.count); } }]; This always returns 0. It should...
I have try to use IAPHelper,it can show goods information,but it always present cannot connect to iTunes Store 0,Can you tell me why? 
iOS11 support?
in `IAPHelper.m`around line 237 ` -(void)restoreProductsWithCompletion:(resoreProductsCompleteResponseBlock)completion { //clear it self.buyProductCompleteBlock = nil; self.restoreCompletedBlock = completion; if ([SKPaymentQueue defaultQueue]) { [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]; } else { NSLog(@"Cannot get the default Queue");...
Hi can you modify the cocoa pods to integrate in tvOS? Thank you.
Without this, some webview based app can get stuck.