In my app’s onboarding flow a user can claim a referral code, which changes their offering via WinWinKit. On the next step of onboarding purchase screen is shown, but the old offering is shown.
I figured that offerings are loaded and cached at initialization of the SDK, but why can’t I clear the cache or force load them?
I tried using invalidateCustomerInfoCache and checked its implementation, but it won’t do the thing.
Also found similar questions in the community, both marked as resolved, but can’t find a solution for myself.
