Тёмный
No video :(

Flutter In-App Subscription Tutorial (iOS and Android) 

RevenueCat
Подписаться 2,3 тыс.
Просмотров 51 тыс.
50% 1

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 77   
@KeithSheppard
@KeithSheppard Год назад
If only all tutorials were so well done. This is perfect.
@uroojmajid1353
@uroojmajid1353 11 месяцев назад
Can u help me ?
@LukePighetti
@LukePighetti 7 месяцев назад
"API Access" is not visible in Google Play Console, anyone have any ideas?
@abdullahchauhan
@abdullahchauhan 7 месяцев назад
You can link your cloud project under "App integrity" --> "Play Integrity API".
@edilsondev
@edilsondev 10 месяцев назад
Can see anything in "API Access" with account owner. It seems outdated. "The API access page has gone away" "Use Google Play Developer API to publish and manage your apps ...." when trying importing we get: We even have gone to user and permission directly and setup the permission for our user created related the credentials JSON mentioned before.
@pavsoor
@pavsoor Год назад
Unless I'm mistaken, the sample project has old code which is not null safe, and quite long winded trying to use. I was expecting from a video 3 months ago, that the sample project would be updated code!
@thehumbleservant21
@thehumbleservant21 Год назад
@@hunteraustin4522 It will be good experience for you to go through the code and debug the issues.
@annam5302
@annam5302 Год назад
What if there is no 'Pub/Sub Admin' role in Google Cloud?
@Xynic48
@Xynic48 5 месяцев назад
Why you put ads on official tutorials?
@toddmueller
@toddmueller 16 дней назад
When I add the json file to RevCat for Android, it shows this message: Could not validate subscriptions API permissions. How do I resolve this?
@armagan_gok
@armagan_gok 2 месяца назад
Bro explained everything, thank you so much
@IshaManiTripathi
@IshaManiTripathi 7 месяцев назад
how to cancel the auto renewable subscriptions?
@senor7857
@senor7857 Год назад
This tutorial is outdated, the role "Monitoring Viewer" for example, doesn't exist anymore
@yogacharcha-tx3nn
@yogacharcha-tx3nn 7 дней назад
API access has gone away. What's the step in 7:25 onwards
@jemmytech5474
@jemmytech5474 5 месяцев назад
Hello! Sir we have two subscriptions in a single group. We give app user id as we have login system. So the issue is that it is working well but we need the following: 1. User want to upgrade from PRO to ELITE within the app. mean changing subscription plans within the app. Please guide me how to do it.
@Just_JasonZA
@Just_JasonZA Год назад
Thank you for this, but a lot of the data discussed in this have changed, Appstore no longer have the option for app specific shared secret in plain sight and I can't find it.
@hanefightnow
@hanefightnow Год назад
It is under "General" and then under "App Information". It has moved since.
@tuvshinturmanlaibaatar6487
@tuvshinturmanlaibaatar6487 8 месяцев назад
How can i notify payments in backend service ? Or i have to verify payments in our backend service.
@brawlboy1382
@brawlboy1382 4 месяца назад
In real life, we don't need logging in/out, do we? We just choose a subscription package and pay for it. I don't understand it
@moonalie262
@moonalie262 Год назад
Thanks for posting this tutorial 😍
@ukbloke5740
@ukbloke5740 Год назад
Is 'restore purchases' actually relevant to subscriptions or just 'consumables' ? The app stores will know who I am by my identity and will track my subscription accordingly but they won't know if I've spent (for example) in-app currency?
@ahmedosama6373
@ahmedosama6373 10 месяцев назад
What happens if a user wants to change their subscription to yearly instead of monthly for example ? Would the old subscription be cancelled in favor of the new one or not ?
@faizulla5838
@faizulla5838 9 месяцев назад
No 1 answers from him below , will "copy pust" video from other chanal .... rewriter
@africulture9960
@africulture9960 Год назад
I created an account with Revenuecat and configured my app for in-app subscription. Months later I couldn't login to my Revenuecat. So I created another and configured the same app, but I am having invalid credential error and I have also tried all the possible solutions. Please I need help.
@thiagomiranda6753
@thiagomiranda6753 Год назад
if you want to make a new video it would be nice to add "sharedpreference"
@oguzbektas9719
@oguzbektas9719 Год назад
or Hive
@thiagomiranda6753
@thiagomiranda6753 8 месяцев назад
In my app, in the subscription options, the name of the App is displayed, does anyone know how to remove it? Premium Month (Magic Weather Premium) Premium Year (Magic Weather Premium)
@caualeite3537
@caualeite3537 Год назад
app specific shared secret moved to "general > app info"
@brawlboy1382
@brawlboy1382 4 месяца назад
Does constant.dart have to be included in gitignore?
@Yuraadmin
@Yuraadmin Год назад
Tell me, can I transfer purchases to another device without logging in ('Enter App User ID')? If yes, what is better use (Flutter) on a new device, Purchases.restorePurchases() or Purchases.restoreTransactions()?
@antyzzzz
@antyzzzz 9 месяцев назад
How can we enable the user to cancel their subscription?
@ArtVandelayInc
@ArtVandelayInc 21 день назад
Users can cancel their subscriptions via Google Play
@LaurentiuSzabo
@LaurentiuSzabo Год назад
Field '_instance' should be initialized because its type 'StoreConfig' doesn't allow null. Is there a fix for that?
@cihan1
@cihan1 Год назад
add late to prefix
@zakblacki
@zakblacki Год назад
Is it mandatory to fill out agreements tax and banking for paid apps in order to use IAP? I mean does the status has to be "active"
@steveninfo2082
@steveninfo2082 Год назад
Hello I help set up the monthly subscription package on my flutter . I will pay for that . Thank
@ivanogarcia9554
@ivanogarcia9554 5 месяцев назад
Thanks for your video. I have an issue when I’m trying to test in a physical iPhone. I’m getting a gray screen. I read that it’s possible because the subscription created in the apple is not approved. But my problem is that Apple can approve my subscription because when they are testing the app the gray screen is visible. Do you have any idea how I can fix or what’s the correct flow. Thanks a lot for your support.
@deniszavrin6927
@deniszavrin6927 8 дней назад
Hi! I have the same problem. Any luck finding a solution?
@LucaL1fe
@LucaL1fe 3 месяца назад
Yeahh skipped the last 3 Minutes. Got Rejected because i didn't have a Restore Button. Nice :)
@openmedschool3171
@openmedschool3171 Год назад
The best ever!
@Nithinjith1988
@Nithinjith1988 10 месяцев назад
I want to give one month free trial for fresh users. Is it possible to set these configuration from revenuecat?
@alpkarky3429
@alpkarky3429 8 месяцев назад
Were you able to add a free trial?
@MikeJones3
@MikeJones3 Год назад
Useful links are not workign for me
@maroni305
@maroni305 Год назад
Does anyone know of any flutter iap packages that actually work?
@thehumbleservant21
@thehumbleservant21 Год назад
RevenueCat works very well
@jaredalidjinou9908
@jaredalidjinou9908 Год назад
Hi. When users payed their subscription or realised one time payments, how is it possible to configure a transfer of the ammount to a bank account such like stripe or others solutions do.
@rebinu
@rebinu Год назад
Through App Store/Google play
@serious.194
@serious.194 Год назад
Hi, I configured revenuecat, wrote the code, and tested it on the simulator, and real device and everything is working fine. But when I uploaded the build to test flight to test, I started getting empty offerings. Why is that? Do I need to follow some additional steps for prod build?
@edilsondev
@edilsondev Год назад
You might have to sign paid app agreement (apple). No need for any build to be sent to review (just fully configured, status ready to submit in each subscription)
@user-lm3zh7lv7q
@user-lm3zh7lv7q Год назад
What happens if I have multiple entitlements in my app?
@user-lm3zh7lv7q
@user-lm3zh7lv7q Год назад
you only provide 'premium'
@SamuelMinale21
@SamuelMinale21 7 месяцев назад
Does this tutorial work well in 2024 too?? Please respond ASAP.
@RevenueCat
@RevenueCat 6 месяцев назад
It should still be accurate, although we now support RevenueCat Paywalls in Flutter which makes this even easier. The RevenueCat docs will reflect the most up to date information www.revenuecat.com/docs/getting-started/installation/flutter
@felixizarra8513
@felixizarra8513 6 месяцев назад
AppStore connect has changed, would be nice to have an update or some description on how to do that. @@RevenueCat
@SamuelMinale21
@SamuelMinale21 6 месяцев назад
@@RevenueCat Ok thanks, I will look into it.
@artem-ai
@artem-ai Год назад
Hello, please tell me in Russia there will be monthly payments?
@thehumbleservant21
@thehumbleservant21 Год назад
Brother this is dependant on policies by Google and Apple . Maybe RevenueCat have additional information about this on their website.
@dev.faizan
@dev.faizan Год назад
are u 1Man startup ?
@thiagomiranda6753
@thiagomiranda6753 Год назад
I managed to make it work, but it took some work because it was a little outdated
@RevenueCat
@RevenueCat Год назад
Which steps were outdated?
@thiagomiranda6753
@thiagomiranda6753 Год назад
@@RevenueCat null safety
@RevenueCat
@RevenueCat Год назад
@@thiagomiranda6753 Thanks! We'll get that updated
@litfiles
@litfiles Год назад
Any updates on this?
@awlad
@awlad Год назад
@@RevenueCat Any update on this?
@chris_james
@chris_james 2 месяца назад
Biggest pain in the ass ever. Solution: Create new app with subscription, direct users towards it fixed
@paulovenz8037
@paulovenz8037 Месяц назад
I'm just confused, why is this so hard, it should be effortless, flutterflow makes native apps!
@roneicouto
@roneicouto Год назад
In ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-31mM8ozGyE8.html my offerings.current is always : The non-nullable local variable 'offerings' must be assigned before it can be used. Try giving it an initializer expression, or ensure that it's assigned on every execution path. And in my offerings.current : The non-nullable local variable 'offerings' must be assigned before it can be used. Try giving it an initializer expression, or ensure that it's assigned on every execution path.dartnot_assigned_potentially_non_nullable_local_variable The argument type 'Offering?' can't be assigned to the parameter type 'Offering'.dartargument_type_not_assignable Someone can help , please ? I'm stucked!
Далее
Installing RevenueCat for React Native
1:36
Просмотров 2,2 тыс.
Avaz Oxun - 10 yillik yubiley konsert dasturi 2023
2:52:33
SPONGEBOB POWER-UPS IN BRAWL STARS!!!
08:35
Просмотров 17 млн
How to Optimize Your App's Paywall
1:32:30
Просмотров 7 тыс.
Is PYT Just a Rip Off Too?
10:55
Просмотров 144 тыс.
microsoft doubles down on recording your screen
10:00
Flutter In App Subscriptions With Adapty
12:19
Просмотров 15 тыс.
Fast & Easy Paywalls with RevenueCat
33:39
Просмотров 9 тыс.
35 Flutter Tips That Will Change Your Life
10:53
Просмотров 300 тыс.
Avaz Oxun - 10 yillik yubiley konsert dasturi 2023
2:52:33