StoreKit showManageSubscriptions deeplink not work

I'm developing StoreKitV2 and my app provides in-app management of subscription. so I use AppStore.showManageSubscriptions method.

@MainActor static func showManageSubscriptions(in scene: UIWindowScene, subscriptionGroupID: String) async throws

the document(https://developer.apple.com/documentation/storekit/appstore/showmanagesubscriptions(in:subscriptiongroupid:)) says "Presents the App Store sheet for managing subscriptions for a subscription group." but actually It shows the list of subscription groups.

I wanna show the list of subscription options(products) of certain subscription group directly.

how can I??

StoreKit showManageSubscriptions deeplink not work
 
 
Q