<!--
{
  "availability" : [
    "iOS: 9.3.0 -",
    "iPadOS: 9.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchConnectivity",
  "identifier" : "/documentation/WatchConnectivity/WCSessionActivationState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Watch Connectivity"
    ],
    "preciseIdentifier" : "c:@E@WCSessionActivationState"
  },
  "title" : "WCSessionActivationState"
}
-->

# WCSessionActivationState

Constants indicating the activation state of a session.

```
enum WCSessionActivationState
```

## Topics

### Constants

[`WCSessionActivationState.notActivated`](/documentation/WatchConnectivity/WCSessionActivationState/notActivated)

The session is not activated. When in this state, no communication occurs between the Watch app and iOS app. It is a programmer error to try to send data to the counterpart app while in this state.

[`WCSessionActivationState.inactive`](/documentation/WatchConnectivity/WCSessionActivationState/inactive)

The session was active but is transitioning to the deactivated state. The session’s delegate object may still receive data while in this state, but it is a programmer error to try to send data to the counterpart app.

[`WCSessionActivationState.activated`](/documentation/WatchConnectivity/WCSessionActivationState/activated)

The session is active and the Watch app and iOS app may communicate with each other freely.



---

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)