---
title: "enableBackgroundDelivery(for:frequency:)"
framework: financekit
role: symbol
role_heading: Instance Method
path: "financekit/financestore/enablebackgrounddelivery(for:frequency:)"
---

# enableBackgroundDelivery(for:frequency:)

Enables background delivery for the specified types and frequency.

## Declaration

```swift
func enableBackgroundDelivery(for types: [FinanceStore.BackgroundDataType], frequency: FinanceStore.UpdateFrequency)
```

## Parameters

- `types`: The types of data to enable updates for.
- `frequency`: The frequency at which updates should occur.

## Discussion

Discussion The app’s background delivery extension will receive updates at the specified frequency when data of the given types change in the finance store. note: Subsequent calls with the same type will update the delivery frequency.

## See Also

### Instance Methods

- [disableAllBackgroundDelivery()](financekit/financestore/disableallbackgrounddelivery().md)
- [disableBackgroundDelivery(for:)](financekit/financestore/disablebackgrounddelivery(for:).md)
