---
title: "Cài đặt Adapty SDK"
description: "Cài đặt Adapty SDK cho iOS, Android và các ứng dụng đa nền tảng."
---

Bạn có ba cách để bắt đầu tùy theo sở thích:

- **Theo dõi hướng dẫn quickstart theo từng nền tảng**: Các hướng dẫn chứa các đoạn code sẵn sàng cho môi trường production, nên việc triển khai không mất nhiều thời gian.
    - [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)
- **Dùng LLM**: Tài liệu của chúng tôi thân thiện với LLM. Đọc [hướng dẫn](adapty-cursor) của chúng tôi để tận dụng tối đa LLM với tài liệu Adapty.
- **Khám phá các ứng dụng mẫu**:
    - [iOS (Swift)](https://github.com/adaptyteam/AdaptySDK-iOS/tree/master/Examples)
    - [Android (Kotlin)](https://github.com/adaptyteam/AdaptySDK-Android/tree/master/app)
    - [React Native (Ví dụ cơ bản trên pure RN)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/BasicExample) 
    - [React Native (Ví dụ nâng cao – hữu ích cho việc phát triển, cho phép bạn làm việc với các trường hợp phức tạp hơn)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/AdaptyDevtools)
    - [React Native (Expo dev build)](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)