IAPHelper icon indicating copy to clipboard operation
IAPHelper copied to clipboard

No more maintenance for this repo. Please use the https://github.com/bizz84/SwiftyStoreKit

Results 21 IAPHelper issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/32602506/35129611-3f04048e-fc71-11e7-950f-38425f599000.png) 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? ![047fb9b8-4408-414d-8298-3c46ee8e07b3](https://cloud.githubusercontent.com/assets/16380379/16480480/0a74057c-3ed9-11e6-90f5-f0734b6b6715.png)

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.