Hi everyone,
I have a question about how URL redirects from external services (Stripe Checkout) work in Bubble Native Apps.
In my Web app:
-
Stripe redirects to:
https://myapp.com/home?success=true -
Page loads and reads the parameter
-
I execute workflows and show confirmation
-
Works perfectly
In my Native App:
-
Stripe redirects to:
app-myapp://home?success=true -
Deep link opens the app
-
App resumes at last view, does NOT reload -
Doesn’t detect parameters -
Doesn’t execute workflows
My question:
Do URL redirects with parameters from external services currently work in Bubble Native Apps?
And if they DON’T work:
-
What is the official recommended solution for payment confirmation flows?
-
Is this planned to be supported soon?
-
Should we use webhooks + Custom Events as an alternative?
I’ve seen that basic deep links do work, but I need to know if:
-
URL parameters are accessible
-
View reload can be forced
-
App resume to foreground can be detected
Any guidance is very welcome. I need to know whether I should wait for this to be implemented or find an alternative solution now.
Thanks.