Hi, I'm wondering if an in-app purchase is already made, but my app has not yet call finishTransaction(_:). Would that transaction be settled to me? Or do I only receive payment after the transaction is marked as 'finish' via storekit?
Does ' finishTransaction(_:) ' API affect settlement?
Hi, I'm wondering if an in-app purchase is already made, but my app has not yet call finishTransaction(_:). Would that transaction be settled to me?
Yes.
Or do I only receive payment after the transaction is marked as 'finish' via storekit?
No.