---
title: "Adapty SDK のインストール"
description: "iOS、Android、クロスプラットフォームアプリ向けの Adapty SDK をインストールします。"
---

始め方は、以下の3つのパスから選べます：

- **プラットフォーム別のクイックスタートガイドに従う**: ガイドにはプロダクション対応のコードスニペットが含まれているため、実装はすぐに完了します。
    - [iOS](ios-sdk-overview)
    - [Android](android-sdk-overview)
    - [React Native](react-native-sdk-overview)
    - [Flutter](flutter-sdk-overview)
    - [Unity](unity-sdk-overview)
    - [Kotlin Multiplatform](kmp-sdk-overview)
    - [Capacitor](capacitor-sdk-overview)
- **LLM を活用する**: ドキュメントは LLM フレンドリーな設計です。Adapty ドキュメントで LLM を最大限に活用する方法については、[ガイド](adapty-cursor)をご覧ください。
- **サンプルアプリを試す**:
    - [iOS (Swift)](https://github.com/adaptyteam/AdaptySDK-iOS/tree/master/Examples)
    - [Android (Kotlin)](https://github.com/adaptyteam/AdaptySDK-Android/tree/master/app)
    - [React Native (純粋な RN によるベーシックなサンプル)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/BasicExample) 
    - [React Native (アドバンストサンプル – より複雑なケースを扱えるため、開発時に便利)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/AdaptyDevtools)
    - [React Native (Expo dev ビルド)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/FocusJournalExpo)
    - [React Native (Expo Go & Web)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/ExpoGoWebMock)
    - [Flutter (Dart)](https://github.com/adaptyteam/AdaptySDK-Flutter/tree/master/example)
    - [Unity (C#)](https://github.com/adaptyteam/AdaptySDK-Unity/tree/main/Assets)
    - [Kotlin Multiplatform](https://github.com/adaptyteam/AdaptySDK-KMP/tree/main/example)
    - [Capacitor](https://github.com/adaptyteam/AdaptySDK-Capacitor/tree/master/examples)