#André Costa

1 messages · Page 1 of 1 (latest)

ocean auroraBOT
steep marlin
#

This is the error I'm getting

half sinew
#

Gotcha - give me a few minutes to take a look

steep marlin
#

Alright! Thanks!

half sinew
#

Are you using webviews in your app? I believe the issue is that you haven't configured this properly for android webviews (which is why you see this working correctly on mobile chrome, since that's separate from webviews). You'll want to look at this (https://stackoverflow.com/questions/41693263/android-webview-err-unknown-url-scheme/53059413#53059413)

steep marlin
#

Yes, I'm using webviews in my app, but isn't that problem directed to url starts different from https http? Because my url does start with https

half sinew
#

Hmm... Can you share what return_url you're using?

steep marlin
#

Yep!

#

This is the one

#

Oops

#

This is the one

#

So once opened on Android, it should open the app, and if the app is not installed, it should open the appstore/google play

half sinew
#

Ahhh so this looks like it's something specific to firebase dynamic links.

steep marlin
#

Yeah, but the link works fine and also Stripe SDK, but when these two are combined and I use a dynamic link there as a return url, it doesn't work

half sinew
#

Yeah this doesn't seem to have anything to do with the Stripe SDK - it's purely because of the combination of firebase deep link + webviews. I see a lot of other people running into the same issue that aren't using Stripe at all

steep marlin
#

I'm gonna do what they're suggesting there and see if this solves my problem

half sinew
#

👍

steep marlin
#

It worked! So it was indeed a problem with the webview

#

Instead of using inAppWebView on androids, I used an external application and it worked

#

Thanks for the help!

half sinew
#

hurray! glad I was able to point you in the right direction 🙂