how to view payment records for test in sandbox?

I am using IAP in my app and debug sucessfully.because return SKPaymentTransactionStatePurchased in delegate metod (-(void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray<SKPaymentTransaction *> *)transactions ).

but i dont' know to view my payment records for test in sandbox?

Replies

You execute code in that updatedTransactions that looks at the productIdentifier and does various things based on what product was purchased.

I mean that where to view payment records for test in apple itunes connect?

payment records in iTunesConnect are only real payments. They do not reflect sandbox or testflight interactions which do not involve real payments.