Transactions don't get restored when buying In-App Purchase again (Using MKStoreKit)
I am using MKStoreKit to handle all of my In-App Purchases in my app. When I buy my In-App Purchase the first time it works, but when I buy it again I get "You have already purchased this but it hasn't been downloaded. Tap OK to download it now." message. If I click ok I get "Failed Transaction" for some reason. It doesn't even call Restore Transactions, it calls "Transaction Failed" for some reason, even if I receive "You have already purchased" message. Why is this happening (I am using MKStoreKit 4)? Thanks!
|