AppClip handles the activation payloads delivered to an App Clip when it is launched on iOS. Using APActivationPayload, you read the invocation that started your App Clip and validate that it originated from a trusted source, such as an NFC tag, a visual code, or a registered URL. When validation fails, the framework reports the reason through APActivationPayloadError, letting you respond appropriately to invocations you cannot confirm.
Activation Payloads 1
Read and validate the invocation payload that launched your App Clip.
- ClAPActivationPayloadiOS 14.0+Information that’s passed to an App Clip on launch.
Errors 1
Determine why an App Clip invocation could not be confirmed.
- StAPActivationPayloadErroriOS 14.0+An error that describes why an App Clip activation payload could not be validated.
Extends 1
NSUserActivity