---
title: APActivationPayload
framework: appclip
role: symbol
role_heading: Class
path: appclip/apactivationpayload
---

# APActivationPayload

Information that’s passed to an App Clip on launch.

## Declaration

```swift
class APActivationPayload
```

## Overview

Overview When users launch an App Clip, the platform passes an activation payload to the App Clip as part of an NSUserActivity object. When the App Clip receives the payload, confirm the user’s physical location at the time of the invocation. For more information, see Responding to invocations.

## Topics

### Passing data to the App Clip

- [url](appclip/apactivationpayload/url.md)

### Confirming a person’s physical location

- [confirmAcquired(in:completionHandler:)](appclip/apactivationpayload/confirmacquired(in:completionhandler:).md)

### Understanding errors

- [APActivationPayloadErrorDomain](appclip/apactivationpayloaderrordomain.md)
- [APActivationPayloadError](appclip/apactivationpayloaderror.md)
- [APActivationPayloadError.Code](appclip/apactivationpayloaderror/code.md)

### Initializers

- [init(coder:)](appclip/apactivationpayload/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Launch

- [Responding to invocations](appclip/responding-to-invocations.md)
- [Associating your App Clip with your website](appclip/associating-your-app-clip-with-your-website.md)
- [Supporting invocations from your website and the Messages app](appclip/supporting-invocations-from-your-website-and-the-messages-app.md)
- [Confirming a person’s physical location](appclip/confirming-a-person-s-physical-location.md)
- [Launching another app’s App Clip from your app](appclip/launching-another-app-s-app-clip-from-your-app.md)
- [NSAppClip](bundleresources/information-property-list/nsappclip.md)
