I see that the deep link only works when I click on a button from the browser.
How do I handle a url redirect to a deep link?
My app does oauth authentication with the other app via service, in return it calls a url in the browser and then makes a redirect to a deep link, but android doesn't understand that it has to open the app.
I see that the deep link only works when I click on a button from the browser.
How do I handle a url redirect to a deep link?
My app does oauth authentication with the other app via service, in return it calls a url in the browser and then makes a redirect to a deep link, but android doesn't understand that it has to open the app.