---
title: "Örnek uygulamalar"
description: ""
---

Adapty SDK ile hızlıca başlamanıza yardımcı olmak için, temel özelliklerin nasıl entegre edileceğini ve kullanılacağını gösteren örnek uygulamalar hazırladık. Bu uygulamalar; paywall'lar, satın almalar ve analitik takibi için kullanıma hazır implementasyonlar sunuyor.

  <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 */
  }}
/>

## Örnek uygulamaları neden kullanmalısınız? \{#why-use-sample-apps\}

- **Hızlı Entegrasyon:** Adapty SDK'nın gerçek bir uygulamada nasıl çalıştığını görün.
- **En İyi Pratikler:** Önerilen implementasyon kalıplarını takip edin.
- **Hata Ayıklama ve Test:** Adapty'yi kendi projenize entegre etmeden önce sorunları gidermek ve denemeler yapmak için örnek uygulamaları kullanın.

## Mevcut örnek uygulamalar \{#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 (Saf RN ile temel örnek)](https://github.com/adaptyteam/AdaptySDK-React-Native/tree/master/examples/BasicExample)
- [React Native (Gelişmiş örnek – daha karmaşık senaryolarla çalışmanıza olanak tanıdığı için geliştirme sürecinde kullanışlıdır)](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 ve 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 (Gelişmiş geliştirme araçları)](https://github.com/adaptyteam/AdaptySDK-Capacitor/tree/master/examples/adapty-devtools)