Open tejaskdubal opened 2 years ago
@tejaskdubal I have the same issue, did find any solutions?
Same issue with you. SwiftyStoreKit will implement paymentQueue(_ queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction])
and handle transactions. In my case, it found a transaction with .restored
state, but send it to paymentsController
. It may be should send to restorePurchasesController
?
My solution is use original SKPayment API to fix this problem.
same issue for me. Did this happen for you also in production? I'm experiencing this in testflight at the moment with only one device
Bug Report
Calling SwiftyStoreKit.purchaseProduct does not show purchase dialog It return callback with success with old transaction details
To Reproduce Steps to reproduce the behaviour:
Expected behaviour After calling SwiftyStoreKit.purchaseProduct app should display purchase dialog
Platform Information
Additional context
Very in-consistent issue reproduced for some of the users