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

# receivedApplicationContext

A dictionary containing the last update data received from a paired and active device.

```
var receivedApplicationContext: [String : Any] { get }
```

## Discussion

Use this method to access the most recently received update dictionary. The session object also sends a newly arrived dictionary to the [`session(_:didReceiveApplicationContext:)`](/documentation/WatchConnectivity/WCSessionDelegate/session(_:didReceiveApplicationContext:)) method of its delegate.

---

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)