Hello community!
I am trying to “Create Deep Links to App Content”. I want that when they click on a url of my domain it opens in the web viewer of my application.
https://developer.android.com/training/app-links/deep-linking?hl=en
Can someone help me implement it?
Thank you
Did you solve this problem?
just give your domain I will build and give u the deep link extension for your domain
Try this https://deep-link.000webhostapp.com/ use https or http in scheme and yourdomain in host then download your extension. Use “get start value” block in your app .
I think only “yourdomainname.com” will work with it and you don’t have to do anything in block section if you want to just open your app while visiting your domain. Deeplink doesn’t support “yourdomain.com/media/assets/img” etc so just use your domain
This post was flagged by the community and is temporarily hidden.
Please add that line in deeplink extension
Without adding this we are unable to publish any app which are using this deeplink extension on Google playstore
Hi,
I’ve used the extension from this site: https://deep-link.000webhostapp.com/
and it works when the App is not yet running. The start value resembles the clicked on link. BUT if the app is already running and you click on a link, the app opens (on screen resume is triggered) but the start value is not the clicked on link.
Has anyone found a solution to this?
The information has to be passed to the app but how do I retrieve it on resume?
If you have option to edit manifest file, I can modify the extension a little bit.
https://deep-link.sunnythedeveloper.in/
I could edit it via APK Editor but can’t you change the extension generator on that website? It’s yours isn’t it?