<!--
{
  "availability" : [
    "iOS: 2.0.0 - 9.0.0",
    "iPadOS: 2.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABPersonCreatePeopleInSourceWithVCardRepresentation(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABPersonCreatePeopleInSourceWithVCardRepresentation"
  },
  "title" : "ABPersonCreatePeopleInSourceWithVCardRepresentation(_:_:)"
}
-->

# ABPersonCreatePeopleInSourceWithVCardRepresentation(_:_:)

Creates person records from the given vCard representation.

```
func ABPersonCreatePeopleInSourceWithVCardRepresentation(_ source: ABRecord!, _ vCardData: CFData!) -> Unmanaged<CFArray>!
```

## Parameters

`source`

The source in which to create the person record.

`vCardData`

The vCard data.

## Return Value

The newly created person records.

## Discussion

Address Book supports vCard version 3.0.

---

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)