DangerousSettings

class DangerousSettings(val autoSyncPurchases: Boolean = true)

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

Constructors

Link copied to clipboard
constructor(autoSyncPurchases: Boolean = true)

Properties

Link copied to clipboard

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.