Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How to make Stripe and RevenueCat coexist in an...
Search
KBOY
July 08, 2024
Programming
0
150
How to make Stripe and RevenueCat coexist in an app
KBOY
July 08, 2024
Tweet
Share
More Decks by KBOY
See All by KBOY
iOS15から使えるScreenTimeAPIをFlutterアプリで動かす
fujikawakei
0
150
FlutterエンジニアがFlutterFlowを使ってみた感想
fujikawakei
0
160
Flutterと課金
fujikawakei
0
160
【スタートアップ開発者必見】firebaseとalgoliaとstripeで1人で本格的なiOSアプリを作る方法
fujikawakei
2
620
ARCore-Kotlin-Sampler作ってきました
fujikawakei
0
290
Basic 3D Math for ARKit
fujikawakei
1
790
ARKitのための3D算数
fujikawakei
3
5k
ARKitでお絵かきする方法2選
fujikawakei
0
2k
assertion を積極的に使って 役立った話
fujikawakei
0
2.1k
Other Decks in Programming
See All in Programming
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
140
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
380
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
190
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
270
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
260
TipKitTips
ktcryomm
0
170
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
960
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
160
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
150
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
270
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
290
Featured
See All Featured
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
92
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
480
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
320
Typedesign – Prime Four
hannesfritz
42
3k
Ruling the World: When Life Gets Gamed
codingconduct
0
170
ラッコキーワード サービス紹介資料
rakko
1
2.6M
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
120
So, you think you're a good person
axbom
PRO
2
2k
Google's AI Overviews - The New Search
badams
0
930
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
110
Transcript
How to make Stripe and RevenueCat coexist in an app
KBOY Inc. Kei Fujikawa @kboy_silvergym @kboy @kboy-silvergym
Flutter Daigaku
Flutter Learning Community Since April 2 0 2 0 .
None
None
None
Events
@flutteruniv
One day, the Flutter Daigaku s iOS app rejected by
Apple.
None
We have received similar feedback before: - Please remove the
link to sign up from outside on the login screen. - There is a payment method change option in settings that leads to external payment, so please remove it." etc. Somehow, we have managed these rejects.
And some apps deal with this problem.
Kindle app is only available on web
Reader apps
They fight in court
And them
We re small business so that we can deal with
this!!
But this time, Not allowed that easily..😱
Too much We noticed an issue with your submission.
It s time to show off, RevenueCat!
This is the Flutter Daigaku approach
None
How to do that?
1⃣ Use firebase extension
Stripe s subscription is like this
RevenueCat s Subscription is like this
RevenueCat Events is like this
2⃣ Trigger event at Firebase functions
3⃣ Make abstract class on Dart
3⃣ Make abstract class on Dart
None
That s it
None