<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchConnectivity",
  "identifier" : "/documentation/WatchConnectivity/WCSession/remainingComplicationUserInfoTransfers",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Watch Connectivity"
    ],
    "preciseIdentifier" : "c:objc(cs)WCSession(py)remainingComplicationUserInfoTransfers"
  },
  "title" : "remainingComplicationUserInfoTransfers"
}
-->

# remainingComplicationUserInfoTransfers

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

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

## Discussion

The number of remaining times that you can call [`transferCurrentComplicationUserInfo(_:)`](/documentation/WatchConnectivity/WCSession/transferCurrentComplicationUserInfo(_:)) during the current day. If this property is set to 0, any additional calls to [`transferCurrentComplicationUserInfo(_:)`](/documentation/WatchConnectivity/WCSession/transferCurrentComplicationUserInfo(_:)) use [`transferUserInfo(_:)`](/documentation/WatchConnectivity/WCSession/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)