How Can open subscription settings with code in TVOS?

30 views Asked by At

I am trying to open the cancel subscribe screen in TVOS but can't find it.

The below code working perfectly with the iOS app. I need to open this screen with TV side.

try await StoreKit.AppStore.showManageSubscriptions(in: (UIApplication.shared.connectedScenes.first as? UIWindowScene)!)
0

There are 0 answers