How to cancel a subscription made by user in the TestFlight?

when we test in app purchase feature in TestFlight, we realize that TestFlight using our real iCloud account in AppStore, but because the app installed from TestFlight, they know it is still "Testing Phase" so they purchase set to FREE.

Now im asking about how to test in app purchase for CANCEL SUBSCRIPTION? I can't found in my real iCloud account, either for my sandbox account inside AppStore settings.

Please any response will helpful. Thankyou.

If you implement StoreKit2's in-app subscription management sheet, you can enable subscribers to manage their subscriptions from within your app.

Additionally when testing, this will expose your Sandbox or TestFlight subscriptions so you can upgrade, downgrades and cancel. See our docs for more info: https://developer.apple.com/documentation/storekit/appstore/showmanagesubscriptions(in:)

How to cancel a subscription made by user in the TestFlight?
 
 
Q