MugunthKumar / MKStoreKit

The "Goto" In App Purchases Framework for iOS 8+
2.09k stars 430 forks source link

Restoration of non-consumables items #267

Open railmisaka opened 7 years ago

railmisaka commented 7 years ago

I faced with incorrect behaviour (as i think): I bought non-consumable item. I change apple account (new account doesn't have that non-consumable item). I check availableProducts and it have not that non-consumable item.

I think it's because saving and restoration of purchaseRecord. When I just comment restoration of purchaseRecord it works fine.