I am working with deep links in flutter app.I had configured and it is perfectly working with the debug mode. But when i tried to work on release build it is not working and just opening the website.
When I tried to open with the deeplink testing command,
**adb shell am start -a android.intent.action.VIEW -d “https://steam-a-evbackend-public-dev.s3.ap-south-1.amazonaws.com/app” **
it is just opening the app.
but when I tried to open with the deeplink testing command with package name it is opening the app
**adb shell am start -a android.intent.action.VIEW -d “https://steam-a-evbackend-public-dev.s3.ap-south-1.amazonaws.com/app” -n com.namp.zeon/.MainActivity
**
I want the solution to make this working on release build of my flutter app.
5095_Ragul P R Ragul PR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.