I am using dynamic link for android
I am facing issue when clicking on https://example.page.link/test ,it's not launching app.
But if I change https
to http://example.page.link/test it's opening my app
The second thing is, if app is not installed,it's redirected to play store with my app and then immediately redirecting to common page.
Is there any sample code for Android
What am I missing ? Do I have to change anything in my code?