<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/ActivationSimple",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rmdm-declarations:ActivationSimple"
  },
  "title" : "ActivationSimple"
}
-->

# ActivationSimple

The declaration to activate a set of configurations.

```
object ActivationSimple
```

## Discussion

Specify `com.apple.activation.simple` as the declaration type.

### Activation examples

**One configuration:**

This activation applies one configuration.

```json
{
    "Type": "com.apple.activation.simple",
    "Identifier": "1A136E03-0979-4B79-BAE9-1A2A2A785D3F",
    "ServerToken": "F292FEF9-0C62-4E60-A989-2597352AA699",
    "Payload": {
        "StandardConfigurations": [
            "5D9502B9-9676-42D1-B094-A919DAFFB504"
        ]
    }
}
```

**Predicate:**

This activation applies two configurations and uses a predicate to limit those to only apply on an Apple TV device.

```json
{
    "Type": "com.apple.activation.simple",
    "Identifier": "04BECEFA-47B9-4F2E-8040-246509A52409",
    "ServerToken": "CBE396A0-637B-438D-9F0C-EA912A5BB587",
    "Payload": {
        "Predicate": "@status(device.model.family) == 'AppleTV'",
        "StandardConfigurations": [
            "892853C1-DDD1-4562-84B9-1591A76AD42B",
            "DCF869F1-09B7-4EC2-83B5-073F6FE94597"
        ]
    }
}
```

---

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)