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

# MWA for Mobile Apps

export const FooterDisclaimer = () => {
  return <p className="not-prose mt-16 text-center text-xs text-gray-500 dark:text-gray-400">
      Code samples on this page are subject to the{" "}
      <a className="underline underline-offset-2" href="https://www.apache.org/licenses/LICENSE-2.0">
        Apache 2.0 license
      </a>
      .
    </p>;
};

<Tabs>
  <Tab title="SV Wallet">
    <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/solanalabs/TqbmPoBvHph_ccql/images/static/videos/svw_mwa.mp4?fit=max&auto=format&n=TqbmPoBvHph_ccql&q=85&s=c2801bfd2f5c7fd173269fd2f166bf6d" data-path="images/static/videos/svw_mwa.mp4" />
  </Tab>

  <Tab title="Solflare">
    <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/solanalabs/TqbmPoBvHph_ccql/images/static/videos/solflare_mwa.mp4?fit=max&auto=format&n=TqbmPoBvHph_ccql&q=85&s=94274aaa8ef27c9efa5bd3977f9d0267" data-path="images/static/videos/solflare_mwa.mp4" />
  </Tab>

  <Tab title="Phantom">
    <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/solanalabs/TqbmPoBvHph_ccql/images/static/videos/phantom_mwa.mp4?fit=max&auto=format&n=TqbmPoBvHph_ccql&q=85&s=ea51f8a49a11c4085ad9d56f7c9efb40" data-path="images/static/videos/phantom_mwa.mp4" />
  </Tab>
</Tabs>

## Overview

Solana Mobile maintains an open-source **Android** SDK for Mobile Wallet Adapter that enables mobile apps to connect to wallet apps on the same device.

**<Icon icon="download" /> Installation**

<CardGroup cols={2}>
  <Card horizontal title="React Native" icon="react" href="/get-started/react-native/invoke-mwa-sessions-directly" />

  <Card horizontal title="Kotlin" icon="https://mintcdn.com/solanalabs/kMNOLb20KE24UVGL/images/static/img/kotlin-icon-32.svg?fit=max&auto=format&n=kMNOLb20KE24UVGL&q=85&s=656ac10a52f66aebe68764c98b74da43" href="/android-native/using_mobile_wallet_adapter" width="32" height="32" data-path="images/static/img/kotlin-icon-32.svg" />

  <Card horizontal title="Mobile Web" icon="globe" href="/get-started/web/installation" />

  <Card horizontal title="Flutter" icon="flutter" href="/get-started/flutter/overview" />

  <Card horizontal title="Unity" icon="unity" href="/get-started/unity/overview" />

  <Card horizontal title="Unreal" icon="https://mintcdn.com/solanalabs/JcpEBaAjfQ94V5J-/images/static/img/unreal-logo.png?fit=max&auto=format&n=JcpEBaAjfQ94V5J-&q=85&s=9efbd2e3071609475b79ff8e3f4b4ecd" href="/get-started/unreal/overview" width="512" height="512" data-path="images/static/img/unreal-logo.png" />
</CardGroup>

<Info>
  **NOTE:**

  These SDKs are only supported on Android because MWA is incompatible with iOS. View this [blog post](/blog/ios-wallet-signing) to learn why.
</Info>

### SDK Compatibility

| Mobile Platform                            | Is MWA Supported? | Notes                                                                 |
| :----------------------------------------- | :---------------- | :-------------------------------------------------------------------- |
| Android                                    | ✅                 | Full support for dApps and Wallet apps.                               |
| Mobile Web - Chrome (Android)              | ✅                 | Automatic integration if using `@solana/wallet-adapter-react`.        |
| iOS                                        | ❌                 | MWA is not currently available for any iOS platform (app or browser). |
| Mobile Web - Safari, Firefox, Opera, Brave | ❌                 | These browsers currently do not support MWA on Android or iOS.        |

## Supported Wallets

These wallets support MWA and are compatible on Android with any dApp using the Mobile Wallet Adapter SDK.

* Seed Vault Wallet (Coming soon!)
* Solflare
* Phantom

<FooterDisclaimer />
