---
title: receivedApplicationContext
framework: watchconnectivity
role: symbol
role_heading: Instance Property
path: watchconnectivity/wcsession/receivedapplicationcontext
---

# receivedApplicationContext

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

## Declaration

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

## Discussion

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:) method of its delegate.

## See Also

### Managing Background Updates

- [updateApplicationContext(_:)](watchconnectivity/wcsession/updateapplicationcontext(_:).md)
- [applicationContext](watchconnectivity/wcsession/applicationcontext.md)
