> For the complete documentation index, see [llms.txt](https://docs.vida.id/identity-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vida.id/identity-stack/authentication/authentication-factors/cryptographic-token-pki/integration-methods/sdk/ios-development-kit/getting-started.md).

# Getting Started

**Add the Required Permissions**

To access camera features, add the following key to your app's Info.plist file

```xml
<key>NSFaceIDUsageDescription</key>
<string>Description of why your app needs selfie ID biometrics</string>
```

### **Add the SDK as a Dependency**

To integrate `CredentialServicesKit`, utilize CocoaPods and incorporate the `CredentialServicesKit` pod URL as indicated

```groovy
pod 'CredentialServicesKit', podspec:
'https://sdk-repo.vida.id/ios/vidaCDK/x.y.z.podspec'
```

X.Y.Z is the version of the framework that you want to use.
