# New iOS (Swift)

**Launched in the past year**, our Swift SDK is designed for a modern development experience, giving you more flexibility in both coding and troubleshooting. With easy integration via **Swift Package Manager (SPM)** and a modular structure, you can include only the features you need. Plus, we've reduced third-party dependencies compared to the Objective-C SDK, making the package smaller and more reliable.

* If you're still using the **Former iOS (Objective-C) SDK**, please note that this documentation does not apply.
* We strongly **recommend** transitioning to the New iOS (Swift) SDK to take advantage of the latest features and improvements.

Make sure to use the correct documentation based on the SDK you're working with.


---

# 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://user.netmera.com/netmera-developer-guide/platforms/ios/new-ios-swift.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.
