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

# Mobile SDKs

> Integrate Bit2Connect dynamic links into your mobile applications

## Overview

Bit2Connect provides native SDKs for mobile platforms to seamlessly integrate dynamic link functionality into your applications. Our SDKs handle deep linking, deferred deep linking, and provide a unified API across platforms.

<CardGroup cols={3}>
  <Card title="Flutter SDK" icon="mobile" href="/sdks/flutter">
    Cross-platform SDK for Flutter applications supporting both iOS and Android
  </Card>

  <Card title="Android SDK" icon="android" href="/sdks/android">
    Native Android SDK with Kotlin support for optimal performance
  </Card>

  <Card title="iOS SDK" icon="apple" href="/sdks/ios">
    Native iOS SDK with Swift support for seamless iOS integration
  </Card>
</CardGroup>

## Key Features

All our mobile SDKs provide:

<Columns cols={2}>
  <Card title="Deep Linking" icon="link">
    Handle incoming dynamic links and route users to the correct content within
    your app
  </Card>

  <Card title="Deferred Deep Linking" icon="clock">
    Remember user intent when they install your app after clicking a link
  </Card>

  <Card title="Link Validation" icon="shield-check">
    Validate and verify dynamic links before processing them
  </Card>

  <Card title="Analytics Integration" icon="chart-line">
    Track link performance and user engagement metrics
  </Card>
</Columns>

## Getting Started

Choose your platform and follow the setup guide:

<Steps>
  <Step title="Install SDK">
    Add the Bit2Connect SDK to your project using your platform's package
    manager
  </Step>

  <Step title="Initialize SDK">
    Configure the SDK with your API key and project settings
  </Step>

  <Step title="Handle Links">
    Implement link handling to process incoming dynamic links
  </Step>

  <Step title="Test Integration">
    Test your integration with sample dynamic links
  </Step>
</Steps>

## Platform Support

| Platform | Minimum Version       | Status      |
| -------- | --------------------- | ----------- |
| iOS      | 13.0+                 | ✅ Supported |
| Android  | API 21+ (Android 5.0) | ✅ Supported |
| Flutter  | 3.0+                  | ✅ Supported |

## Common Use Cases

<CardGroup cols={2}>
  <Card title="App Install Attribution" icon="download">
    Track which marketing campaigns drive app installs
  </Card>

  <Card title="Content Sharing" icon="share">
    Enable users to share content with deep links
  </Card>

  <Card title="User Onboarding" icon="user-plus">
    Guide new users to specific features or content
  </Card>

  <Card title="Promotional Campaigns" icon="gift">
    Drive engagement with time-limited offers and promotions
  </Card>
</CardGroup>

## Support

Need help with SDK integration? Check out our resources:

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Complete API documentation for all endpoints
  </Card>

  <Card title="Examples" icon="book" href="/quickstart">
    Step-by-step integration examples
  </Card>

  <Card title="GitHub Repositories" icon="github" href="https://github.com/bit2connect">
    View source code and contribute to our SDKs
  </Card>

  <Card title="Community Support" icon="users" href="mailto:support@bit2connect.com">
    Get help from our support team
  </Card>
</CardGroup>
