Android App Not Opening From Url Using Intent-filter
I am trying to open my app from a website and read some text from link. The URL will be like codespike.com/?code=xxxx. I need to read the xxx but my problem is that I am not able t
Solution 1:
Solved my issue, as it turns out regular http
, https
doesn't work. I had to create my custom scheme for this purposes.
Post a Comment for "Android App Not Opening From Url Using Intent-filter"