---
title: remainingComplicationUserInfoTransfers
framework: watchconnectivity
role: symbol
role_heading: Instance Property
path: watchconnectivity/wcsession/remainingcomplicationuserinfotransfers
---

# remainingComplicationUserInfoTransfers

The number of remaining times you can send complication data from the iOS app to the WatchKit extension.

## Declaration

```swift
var remainingComplicationUserInfoTransfers: Int { get }
```

## Discussion

Discussion The number of remaining times that you can call transferCurrentComplicationUserInfo(_:) during the current day. If this property is set to 0, any additional calls to transferCurrentComplicationUserInfo(_:) use transferUserInfo(_:) instead. If the complication is on the active watch face, you are given 50 transfers a day. If the complication is not active, this property defaults to 0.

## See Also

### Updating Complication Data

- [transferCurrentComplicationUserInfo(_:)](watchconnectivity/wcsession/transfercurrentcomplicationuserinfo(_:).md)
