> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seam.co/llms.txt
> Use this file to discover all available pages before exploring further.

# iOS SDK

> Build native iOS apps for mobile access and smart device management with the Seam iOS SDK, compatible with iOS 15 and above.

The Seam iOS SDK allows you to build your own mobile app that supports mobile access or smart device management.

Get started with our [integration guide](/capability-guides/mobile-access/mobile-device-sdks/index) and sample integration (coming soon!), or browse the [SDK API Reference](/mobile-sdks/ios/reference/index).

***

## Requirements

The Seam iOS SDK is compatible with apps supporting iOS 15 or above.

See the [HID list of compatible devices](https://www.hidglobal.com/mobile-access-compatible-devices) to see what phone models are compatible with the Seam SDK.

***

## Get Started

<CardGroup cols={2}>
  <Card title="Installation" href="/mobile-sdks/ios/installation">
    Add the Seam iOS SDK to your project using Swift Package Manager.
  </Card>

  <Card title="Quickstart" href="/mobile-sdks/ios/quickstart">
    Get up and running with a minimal working integration in minutes.
  </Card>

  <Card title="Architecture" href="/mobile-sdks/ios/architecture">
    Understand how the SDK is structured and how it integrates with Seam.
  </Card>

  <Card title="API Reference" href="/mobile-sdks/ios/reference/index">
    Browse the complete iOS SDK API reference documentation.
  </Card>
</CardGroup>
