iOS 8 Feature - Ask To Buy
quinnhoener opened this issue · 1 comments
quinnhoener commented
I was just wondering if this already has support for the Ask To Buy functionality of iOS8?
Documentation: https://developer.apple.com/library/ios/technotes/tn2259/_index.html#//apple_ref/doc/uid/DTS40009578-CH1-UPDATE_YOUR_APP_FOR_ASK_TO_BUY
Looking through the CargoBay.m file, I didn't notice any reference to the SKPaymentTransactionStateDeferred which is what Apple says to use for this situation.
Thanks!
mattt commented
CargoBay wraps StoreKit in a way that allows the end-user to do these kinds of checks more conveniently. There is nothing preventing Ask To Buy functionality to be checked using StoreKit with CargoBay.