My app is almost done. I only need in-app purchases. Has anyone already implemented RevenueCat successfully? Or is it not possible yet?
Any tips to do this? Any hassle I can avoid?
Thanks!
My app is almost done. I only need in-app purchases. Has anyone already implemented RevenueCat successfully? Or is it not possible yet?
Any tips to do this? Any hassle I can avoid?
Thanks!
Hey @jvanas,
Right now there’s no clean way to wire RevenueCat into Bubble’s native Mobile Beta build.
Bubble hasn’t exposed StoreKit 2 / Google Play Billing yet
Bubble’s PM @nick.carroll said the team paused IAP work until the new mobile builder is fully stable; when they pick it back up it will ship as a native StoreKit 2 + Google Play Billing integration (no third-party wrapper needed) (Bubble)
RevenueCat still needs those native SDK calls
RevenueCat is a management layer on top of Apple/Google billing—its REST API can track receipts, but the initial purchase flow still has to come from StoreKit / Google Billing on-device. Because the Mobile Beta doesn’t yet let us inject native code, you can’t trigger that purchase sheet from Bubble today.
Work-arounds are limited
What you can do right now
Hope that saves you some rabbit holes!
Thank you for your detailed reply—very helpful!
Just to confirm: if I’m understanding correctly, there’s currently no way to implement in-app purchases directly within Bubble’s native Mobile Beta?
I don’t mind paying for external tools or wrappers, even if they’re expensive—as long as the integration is possible and doable.
That’s right, Bubble’s Mobile Beta doesn’t expose in-app purchase yet, so you can’t integrate RevenueCat (or any IAP) directly. If you need IAP now, you’ll have to wrap the app with a service like Natively or BDK Native that adds native StoreKit / Google Billing support.
Okay, I will try a wrapper. Thanks for your replies.
if a developer can build a plugin or custom solution for me, hit me up!