Instance Property

finishTransactions

Whether transactions should be finished automatically. true by default. * - Warning: Setting this value to false will prevent the SDK from finishing transactions. * In this case, you must finish transactions in your app, otherwise they will remain in the queue and * will turn up every time the app is opened. * More information on finishing transactions manually is available here.

Declaration

@objc var finishTransactions: Bool { get set }

See Also

Advanced Configuration