# Overview

The Mobile SDK wraps Core Platform's REST API in a native client for iOS and Android, handling auth token storage, request retries, and response caching automatically.

<CardGroup cols={2}>
  <Card title="iOS" icon="📱">
    Swift Package Manager or CocoaPods, iOS 15+.
  </Card>
  <Card title="Android" icon="🤖">
    Gradle, minSdkVersion 24 (Android 7.0+).
  </Card>
</CardGroup>

Continue to [Installation](/docs/mobile/en/installation/) to add the SDK to your project.