# Swift/Objective C

Integrating software licensing into your macOS / iOS application is straightforward with the LicenseSpring SDK.

Simply import our LicenseSpring.xcframework into your project, and you're ready to go.

{% stepper %}
{% step %}

### Add the SDK to your project

Import the LicenseSpring.xcframework into your Xcode project (macOS / iOS).
{% endstep %}

{% step %}

### Need other binaries or platforms?

If you don't find the binaries for your specific environment, or if you want to use the SDK for tvOS / watchOS, submit a support request and we'll compile them for you:

<https://licensespring.zendesk.com/hc/en-us/requests/new>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Our dedicated support team is available to help with custom builds and platform-specific binaries.
{% endhint %}


---

# 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.licensespring.com/sdks/tutorials/getting-started/swift-objective-c.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.
