<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GroupActivities",
  "identifier" : "/documentation/GroupActivities/GroupActivityActivationResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Group Activities"
    ],
    "preciseIdentifier" : "s:15GroupActivities0A24ActivityActivationResultO"
  },
  "title" : "GroupActivityActivationResult"
}
-->

# GroupActivityActivationResult

The result of preparing to start a custom activity.

```
enum GroupActivityActivationResult
```

## Overview

When you call [`prepareForActivation()`](/documentation/GroupActivities/GroupActivity/prepareForActivation()),
the system determines whether you share the activity
with other participants in a FaceTime call, or perform it locally.
After making the determination, it passes a `GroupActivityActivationResult`
value to the method’s completion handler. Use that value to
start the activity in the selected setting.

## Topics

### Getting the activation results

[`GroupActivityActivationResult.activationPreferred`](/documentation/GroupActivities/GroupActivityActivationResult/activationPreferred)

A result that indicates the user wants to share the activity
with the group.

[`GroupActivityActivationResult.activationDisabled`](/documentation/GroupActivities/GroupActivityActivationResult/activationDisabled)

A result that indicates the user disabled the automatic sharing
of activities, or prefers to perform the activity locally.

[`GroupActivityActivationResult.cancelled`](/documentation/GroupActivities/GroupActivityActivationResult/cancelled)

A result that indicates the user canceled the activation request.

### Comparing reliability options



---

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)