Custom Group Subscription Store View

Creates a SubscriptionStoreView with custom grouping.

Custom Group Subscription Store View - iOS Liquid Glass Light Mode Preview

Platform Compatibility

iOS 18.0+ iPadOS 18.0+ macOS 15.0+ watchOS 11.0+ tvOS 18.0+ visionOS 2.0+

Tags

SwiftUI Code

Docs
SubscriptionStoreView(groupID: "457464AA") {
    SubscriptionOptionGroup("Monthly") { product in
        product.subscription?.subscriptionPeriod.unit == .month
    }

    SubscriptionOptionGroup("Yearly") { product in
        product.subscription?.subscriptionPeriod.unit == .year
    }
}

Found an issue or have a suggestion?

Created: August 1, 2026Updated: August 1, 2026
Connect Wizard

Connect Wizard

Unlock insights App Store Connect doesn’t show you.

Get Started