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? Or do I only receive payment after the transaction is marked as 'finish' via storekit?

Answered by endecotp in 829983022

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.

Accepted Answer

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.

Does ' finishTransaction(_:) ' API affect settlement?
 
 
Q