<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreNFC",
  "identifier" : "/documentation/CoreNFC/NFCNDEFPayload/wellKnownTypeURIPayload(url:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Core NFC",
      "CoreNFC"
    ],
    "preciseIdentifier" : "c:objc(cs)NFCNDEFPayload(cm)wellKnownTypeURIPayloadWithURL:"
  },
  "title" : "wellKnownTypeURIPayload(url:)"
}
-->

# wellKnownTypeURIPayload(url:)

Creates a payload record with a URI specified as a URL.

```
class func wellKnownTypeURIPayload(url: URL) -> Self?
```

## Parameters

`url`

A URL object.

## Return Value

An NDEF payload record.

---

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)