Instance Method

invalidateCustomerInfoCache()

Invalidates the cache for customer information.

Declaration

@objc func invalidateCustomerInfoCache()

Discussion

Most apps will not need to use this method; invalidating the cache can leave your app in an invalid state. Refer to Get User Information for more information on using the cache properly.

This is useful for cases where customer information might have been updated outside of the app, like if a promotional subscription is granted through the RevenueCat dashboard.

See Also

Advanced Configuration