bizz84 / SwiftyStoreKit

Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺
MIT License
6.55k stars 796 forks source link

transaction.payment.quantity always 1 #672

Open guo-m opened 2 years ago

guo-m commented 2 years ago

Bug Report

when i call SwiftyStoreKit.purchaseProduct fucntion and set quantity = 2 when finish buy process,the return purchase.quantity always keep 1 and when call SwiftyStoreKit.completeTransactions also return purchase.quantity always keep 1

To Reproduce Steps to reproduce the behavior: just try to call SwiftyStoreKit.purchaseProduct fucntion and set quantity = 2