Flutter In-App Subscription Tutorial (iOS and Android)

Опубликовано: 15 Октябрь 2024
на канале: RevenueCat
54,274
640

In this complete guide to setting up Flutter subscriptions, you’ll learn how to configure monthly and yearly subscriptions for a Flutter app. We’ll cover how to configure subscriptions for both iOS and Android using RevenueCat.

One huge benefit of using RevenueCat is that it acts as a single source of truth for a user subscription status. You also don’t need to worry about validating purchases or managing servers – which can become tedious and complex.

Useful Links:
Complete code on GitHub: https://github.com/RevenueCat/purchas...
Configure your app in App Store Connect: https://www.revenuecat.com/docs/ios-p...
Configure your app in Google Play Store: https://www.revenuecat.com/docs/andro...
Creating test user iOS: https://www.revenuecat.com/docs/apple...
Creating test user Android: https://www.revenuecat.com/docs/googl...

Chapters:
0:00 - Intro
0:27 - Project setup
2:19 - Configure RevenueCat
4:23 - Connect to App Store Connect
6:31 - Connect to Play Store
11:31 - Add Products to RevenueCat
16:33 - Testing on iOS
20:50 - Testing on Android
22:58 - Applying the sample app to your own app
30:10 - Restoring purchases

#flutter