---
title: subscriptionsToSave
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckmodifysubscriptionsoperation/subscriptionstosave
---

# subscriptionsToSave

The subscriptions to save to the database.

## Declaration

```swift
var subscriptionsToSave: [CKSubscription]? { get set }
```

## Discussion

Discussion This property contains the subscriptions that you want to save. Its initial value is the array that you pass to the init(subscriptionsToSave:subscriptionIDsToDelete:) method. Modify this property as necessary before you execute the operation or submit it to a queue. After CloudKit saves the subscriptions, it begins generating push notifications according to their criteria.

## See Also

### Configuring the Modify Subscriptions Operation

- [subscriptionIDsToDelete](cloudkit/ckmodifysubscriptionsoperation/subscriptionidstodelete-3534e.md)
