1
vote
0answers
205 views

restoreCompletedTransactions and asking to login

I see some questions about it, but not exactly what I need to know. It's my first integration of the InApp Purchases. I have everything working, can buy the item I want, also use ...
1
vote
1answer
515 views

Restore consumable purchases using MKStoreKit

I'm using MKStoreKit, and it features a rather useful method to restore purchases, as explained here However, I use consumable currency to unlock objects. Each object that is unlocked by spending ...
0
votes
1answer
330 views

Problems during the test of In-App Purchase

Im trying to implement In-App Purchase. The code is ready (Im using the framework MKStoreKit 4.0) but I cant test it, I always get an error. My application is not 100% ready. So I just created the ...
0
votes
1answer
419 views

When to call finishTransaction on SKPaymentQueue in Server Product Model?

I'm a little confused on when exactly to call: [[SKPaymentQueue defaultQueue] finishTransaction:transaction]; in a 'Server Product Model': ...