#André Costa
1 messages · Page 1 of 1 (latest)
This is the error I'm getting
Gotcha - give me a few minutes to take a look
Alright! Thanks!
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)
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
Hmm... Can you share what return_url you're using?
Yep!
This is the one
Oops
Challenge your friends and earn money. Start turning your regular activities into rewarded games with buddies. Become more productive in your daily tasks and bring more fun to your life just by teaming up with colleagues.
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
Ahhh so this looks like it's something specific to firebase dynamic links.
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
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
Ahh got it! This does seem the same problem I'm facing
I'm gonna do what they're suggesting there and see if this solves my problem
👍
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!
hurray! glad I was able to point you in the right direction 🙂