---
id: "platform-resources/sample-apps"
title: "Sample Apps"
description: "Sample apps are currently included in each SDK repository and demonstrate how to integrate the SDK in your own apps."
permalink: "/docs/platform-resources/sample-apps"
slug: "sample-apps"
version: "current"
original_source: "docs/platform-resources/sample-apps.mdx"
---

> **AI agents:** This is the Markdown version of a RevenueCat documentation page. For the complete documentation index, see [llms.txt](https://www.revenuecat.com/docs/llms.txt).

Sample apps are currently included in each SDK repository and demonstrate how to integrate the SDK in your own apps.

## Platforms

[Swift](https://www.revenuecat.com/docs/getting-started/installation/ios) — Native iOS development

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/ios)
- [Sample App](https://github.com/RevenueCat/purchases-ios/tree/main/Examples/MagicWeather)
- [App Extensions (e.g. widgets)](https://www.revenuecat.com/docs/getting-started/configuring-sdk/ios-app-extensions)

[SwiftUI](https://www.revenuecat.com/docs/getting-started/installation/ios) — Declarative UI framework for Apple platforms

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/ios)
- [Sample App](https://github.com/RevenueCat/purchases-ios/tree/main/Examples/MagicWeatherSwiftUI)
- [Video Tutorial](https://www.youtube.com/watch?v=WLVUGYFkL3Q)

[Kotlin](https://www.revenuecat.com/docs/getting-started/installation/android) — Modern Android development

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/android)
- [Sample App](https://github.com/RevenueCat/purchases-android/tree/main/examples/MagicWeather)

[Kotlin Compose](https://www.revenuecat.com/docs/getting-started/installation/android) — Declarative UI toolkit for Android

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/android)
- [Sample App](https://github.com/RevenueCat/purchases-android/tree/main/examples/MagicWeatherCompose)

[Java](https://www.revenuecat.com/docs/getting-started/installation/android) — Traditional Android development

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/android)

[Flutter](https://www.revenuecat.com/docs/getting-started/installation/flutter) — Cross-platform development with Dart

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/flutter)
- [Sample App](https://github.com/RevenueCat/purchases-flutter/tree/main/revenuecat_examples/MagicWeather)

[React Native](https://www.revenuecat.com/docs/getting-started/installation/reactnative) — Cross-platform development with JavaScript

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/reactnative)
- [Sample App](https://github.com/RevenueCat/react-native-purchases/tree/main/examples/MagicWeather)

[Capacitor (Ionic)](https://www.revenuecat.com/docs/getting-started/installation/capacitor) — Hybrid mobile app development

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/capacitor)
- [Sample App](https://github.com/RevenueCat/purchases-capacitor/tree/main/example/purchase-tester)

[Cordova](https://www.revenuecat.com/docs/getting-started/installation/cordova) — Mobile app development using web technologies

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/cordova)
- [Sample App](https://github.com/RevenueCat/cordova-plugin-purchases/tree/main/examples/cordova-sample/MyApp)

[Unity](https://www.revenuecat.com/docs/getting-started/installation/unity) — Cross-platform game development

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/unity)
- [Sample App](https://github.com/RevenueCat/purchases-unity/tree/main/Subtester)

[Stripe](https://www.revenuecat.com/docs/web/connect-stripe-account) — Web-based payment integration

- [Installation](https://www.revenuecat.com/docs/web/connect-stripe-account)
- [Sample Checkout](https://github.com/RevenueCat-Samples/stripe-no-website-example)

[FlutterFlow](https://www.revenuecat.com/docs/getting-started/installation/app-builders#flutterflow) — No-code app builder for Flutter

- [Installation](https://www.revenuecat.com/docs/getting-started/installation/app-builders#flutterflow)
- [Sample App](https://app.flutterflow.io/project/magic-weather-kpn0mj)
