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.
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.