Reply to appAccountToken in SubscriptionStoreView Found it, we can use inAppPurchaseOptions.. For example: SubscriptionStoreView(groupID: "XXXXXX") { } .inAppPurchaseOptions { product in [ Product.PurchaseOption.appAccountToken(UUID()) ] } Tested, it works. UI Frameworks SwiftUI 1w