AppClip+TipKit: Tips status stuck at .pending and don't display

Hi - I use TipKit in my App and AppClip. TipKit is configured with the app group's datastore. The tips show in the App, but on the AppClip, with the same rules/state, the tips do not display. Is this expected? TipKit is not listed as one of the frameworks unavailable to AppClips.

        try? Tips.configure([
            Tips.ConfigurationOption.displayFrequency(.hourly),
            Tips.ConfigurationOption.datastoreLocation(.groupContainer(identifier: BuildConfiguration.shared.userDefaultsSuite))
        ])