# v6.x Framework Files

On this page, you'll find links to the v6.x SDK framework files. We provide the following variants of the SDK framework:

#### Umbrella

An SDK framework that additionally includes all its dependency frameworks within it. This variant is used for manual integrations and referenced by our Carthage spec.

You can download the Umbrella framework by using the following URL, after replacing the version markers with the desired SDK version:

```
https://sentiance-u1-sdk-downloads.s3.eu-west-1.amazonaws.com/ios/frameworks/SENTSDK/<version>/SENTSDK-<version>.xcframework.zip
```

For example:

> <https://sentiance-u1-sdk-downloads.s3.eu-west-1.amazonaws.com/ios/frameworks/SENTSDK/**6.8.0**/SENTSDK-**6.8.0**.xcframework.zip>

#### Thin

An SDK framework that additionally includes other Sentiance-built dependency frameworks within it. This variant is referenced by the SDK's CocoaPods spec. Additional dependencies are defined in the spec as CocoaPods dependencies.

You can download the Thin framework by using the following URL, after replacing the version markers with the desired SDK version:

```
https://sentiance-u1-sdk-downloads.s3.eu-west-1.amazonaws.com/ios/frameworks/SENTSDK/<version>/SENTSDK-thin-<version>.xcframework.zip
```

For example:

> <https://sentiance-u1-sdk-downloads.s3.eu-west-1.amazonaws.com/ios/frameworks/SENTSDK/**6.8.0**/SENTSDK-thin-**6.8.0**.xcframework.zip>

#### SPM

An SDK framework that does not include other frameworks within it. This variant is referenced by our Swift Package. Dependency frameworks are included in the Swift Package definition as binary targets, or dependency Swift Packages (if supported).

You can download the SPM framework by using the following URL, after replacing the version markers with the desired SDK version:

```
https://sentiance-u1-sdk-downloads.s3.eu-west-1.amazonaws.com/ios/frameworks/SENTSDK/<version>/SENTSDK-spm-<version>.xcframework.zip
```

For example:

> <https://sentiance-u1-sdk-downloads.s3.eu-west-1.amazonaws.com/ios/frameworks/SENTSDK/**6.8.0**/SENTSDK-spm-**6.8.0**.xcframework.zip>

#### No CallKit

Similar to the Umbrella framework, but excludes CallKit. This variant is intended to be used when making your app available in territories where CallKit usage is not allowed. With this variant, some features, such as distracted driving detection, may be impacted.

You can download the No CallKit framework by using the following URL, after replacing the version markers with the desired SDK version:

```
https://sentiance-u1-sdk-downloads.s3.eu-west-1.amazonaws.com/ios/frameworks/SENTSDK/<version>/SENTSDK-noCK-<version>.xcframework.zip
```

For example:

> <https://sentiance-u1-sdk-downloads.s3.eu-west-1.amazonaws.com/ios/frameworks/SENTSDK/**6.8.0**/SENTSDK-noCK-**6.8.0**.xcframework.zip>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sentiance.com/important-topics/sdk/appendix/ios/v6.x-framework-files.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
