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

# Mobile SDK

> Overview of the Alignet One mobile integration for Android and iOS.

The SDK Mobile from Alignet One allows to integrate collection into native applications while maintaining a smooth experience for end users.

You can choose the platform with your app:

<CardGroup cols={2}>
  <Card title="Android" icon="mobile-screen-button" href="/en/virtual-payments/sdk-mobile/android/introduction">
    Implement mobile flow into applications Android.
  </Card>

  <Card title="iOS" icon="mobile-screen-button" href="/en/virtual-payments/sdk-mobile/ios/introduction">
    Implement mobile flow into applications iOS.
  </Card>
</CardGroup>

***

## Recommended flow

<Steps>
  <Step title="Check requirements">
    Confirms dependencies, versions and technical considerations before integrating.
  </Step>

  <Step title="Install the SDK">
    Set up your mobile project with the library as required.
  </Step>

  <Step title="Implement collection or affiliations">
    Choose the flow you need depending on your use case.
  </Step>

  <Step title="Valid in sandbox">
    He runs tests before his production.
  </Step>
</Steps>

<Card title="Integration checklist" icon="clipboard-check" href="/en/virtual-payments/sdk-mobile/integration-checklist">
  Check the suggested validation for Android e iOS before you get out alive.
</Card>

<Card title="good practice" icon="shield-check" href="/en/virtual-payments/sdk-mobile/best-practices">
  Check guidelines to protect SDKs, tokens and final payment validation.
</Card>
