DangerousSettings

data class DangerousSettings(val autoSyncPurchases: Boolean = true)

Only use a Dangerous Setting if suggested by RevenueCat support team.

Constructors

Link copied to clipboard
fun DangerousSettings(autoSyncPurchases: Boolean = true)

Properties

Link copied to clipboard
val autoSyncPurchases: Boolean = true

Disable or enable syncing purchases automatically. If this is disabled, RevenueCat will not sync any purchase automatically, and you will have to call syncPurchases whenever a new purchase is completed in order to send it to the RevenueCat's backend. Auto syncing of purchases is enabled by default.

Sources

Link copied to clipboard