func invalidateCustomerInfoCache ()
Invalidates the cache for customer information.
static var forceUniversalAppStore : Bool
Set this property to true only if you’re transitioning an existing Mac app from the Legacy Mac App Store into the Universal Store, and you’ve configured your RevenueCat app accordingly. Contact RevenueCat support before using this.
static var automaticAppleSearchAdsAttributionCollection : Bool
Enable automatic collection of Apple Search Ads attribution. Defaults to
false
.static var proxyURL : URL?
Set this property to your proxy URL before configuring
Purchases
only if you’ve received a proxy key value from your RevenueCat contact.static var verboseLogs : Bool
Setting this to
true
adds additional information to the default log handler: Filename, line, and method data. You can also access that information for your own logging system by using verboseLogHandler
.static var verboseLogHandler : VerboseLogHandler
Set a custom log handler for redirecting logs to your own logging system.