IAPManager
IAPManager copied to clipboard
Yet Another simple in-app purchase interface
We're using your payment help tools in out app. Great thanks 😃
If a user restores and hasn't purchased anything before IAPManager calls the restoreCompletionBlock. Which I think is the wrong UX This case is not handled by -(void)paymentQueue:(SKPaymentQueue *)queue restoreCompletedTransactionsFailedWithError:(NSError *)error...
Hi, Thank you for your code, is there a way to call the restore function only with a completion block in my viewcontroller? Thanks.
When using iOS 7, there is a new process for persisting purchased non-consumable IAPs. See [here](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/DeliverProduct.html#//apple_ref/doc/uid/TP40008267-CH5-SW4): "For non-consumable products and auto-renewable subscriptions in iOS 7 and later, use the app...
I really need something like this for OSX. What would it take to make it work for Mac Apps?