I am trying to enable deep linking with my app
I need when I scan the QR from outside my app like using QR Scanner app or using QR scanner in the system, and when I choose the web browser and search with the link, it directs to my app
I added the code to manifest like this image:
and when I searched with https://domain.ex/.well-known/assetlinks.json
and searched with https://digitalassetlinks.googleapis.com/v1/statements:list?source.web.site=https://domain.example&relation=delegate_permission/common.handle_all_urls
what is the error I had made?
I am running one release mode and SHA256 is from google play console.
expected behaviour is: when I search with https://domain.example/pathPrefix it direct to my app