---
title: "Applications exemples"
description: ""
---

Pour vous aider à démarrer avec le SDK Adapty, nous avons préparé des applications exemples qui illustrent comment intégrer et utiliser ses principales fonctionnalités. Ces applications proposent des implémentations prêtes à l'emploi de paywalls, d'achats et du suivi des analytics.

  <img src="/assets/shared/img/adapty-scheme.webp"
  style={{
    border: 'none', /* border width and color */
    width: '700px', /* image width */
    display: 'block', /* for alignment */
    margin: '0 auto' /* center alignment */
  }}
/>

## Pourquoi utiliser les applications exemples ? \{#why-use-sample-apps\}

- **Intégration rapide :** Découvrez comment le SDK Adapty fonctionne dans une vraie application.
- **Bonnes pratiques :** Suivez les patterns d'implémentation recommandés.
- **Débogage & tests :** Utilisez les applications exemples pour diagnostiquer et expérimenter avant d'intégrer Adapty dans votre propre projet.

## Applications exemples disponibles \{#available-sample-apps\}

- [iOS (Swift)](https://github.com/adaptyteam/AdaptySDK-iOS/tree/master/Examples)
- [Android (Kotlin)](https://github.com/adaptyteam/AdaptySDK-Android/tree/master/app)
- [React Native (Exemple de base en RN pur)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/BasicExample)
- [React Native (Exemple avancé – utile pour le développement, car il permet de travailler sur des cas plus complexes)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/AdaptyDevtools)
- [React Native (Build dev Expo)](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 (React)](https://github.com/adaptyteam/AdaptySDK-Capacitor/tree/master/examples/basic-react-example)
- [Capacitor (Vue.js)](https://github.com/adaptyteam/AdaptySDK-Capacitor/tree/master/examples/basic-vue-example)
- [Capacitor (Angular)](https://github.com/adaptyteam/AdaptySDK-Capacitor/tree/master/examples/basic-angular-example)
- [Capacitor (Outils de développement avancés)](https://github.com/adaptyteam/AdaptySDK-Capacitor/tree/master/examples/adapty-devtools)