Developer for in app purchases

Hi,

I’m about to launch an app, but I need In App Purchases for that. Unfortunately this is not possible yet for the mobile editor. But I heard that it might be possible with wrapping in a different tool.

I’m looking for a developer who can build a workaround, wrap my app or whatever. As long as it has in-app-purchases! $$

Send me a DM if you can do this.

2 Likes

You cannot implement native in-app purchases (IAP) through apps loaded in a WebView inside a Bubble React Native plugin.

Apple and Google require native SDKs (StoreKit for iOS, Google Play Billing for Android) to initiate and process IAPs for digital goods.

WebViews and external URLs cannot trigger native IAP flows. These SDKs must be invoked through native code using libraries like react-native-iap, which bubble does not support just yet.

Attempting to handle digital purchases via Stripe/PayPal in a WebView is a violation of app store guidelines and will result in app rejection.

You can use a WebView to load a payment flow (e.g. Stripe Checkout, PayPal, Next.js page) if you are selling physical goods or services.

Example of use cases:

Booking appointments

Paying for physical products (shirts, food, etc.)

Paying for a taxi ride

Donations (in some cases)

Hi Jvanas,

If the application is listed on app stores, direct in-app purchases aren’t possible through the web. However, we can enable in-app purchases by using a wrapping service along with RevenueCat. I’ve successfully implemented this solution for Google and Apple in two applications for previous clients.

Feel free to drop me a message if you need any assistance.

Also with apps built on the new mobile native editor? Or via the web version of Bubble?

I sent you a DM