verificationMode

fun verificationMode(verificationMode: <Error class: unknown class>): PurchasesConfiguration.Builder

Sets the EntitlementVerificationMode to perform signature verification of requests to the RevenueCat backend.

When changing from EntitlementVerificationMode.DISABLED to other modes, the SDK will clear the CustomerInfo cache. This means users will need to connect to the internet to get their entitlements back.

The result of the verification can be obtained from EntitlementInfos.verification or EntitlementInfo.verification.

Default mode is disabled. Please see https://rev.cat/trusted-entitlements for more info.


var verificationMode: <Error class: unknown class>