MugunthKumar / MKStoreKit

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

MKStoreKit Restore Issue on app update #244

Open manpreet810 opened 9 years ago

manpreet810 commented 9 years ago

I have used MKStoreKit in my app. The app was live and restore purchase worked fine. I have updated app version with some UI changes. All the product ID's are same. Restore purchase is also working in new version.

The issue that has occured is restore purchase is not working from previous version(1.0) to new version(1.1). The products that were purchased by users are not getting restored in live app. But this is working in development mode. When I check with sandbox ids. In production mode Storekit delegates "Updatetransactions" etc are not being called. I have gone through each and everything I could do. But couldn't solve this issue.