Hi am I trying to set up deeplinks using your service.
My deeplink is looking something like this: killik-test-demo-dawid-jc7b49.project.sojolink.com/documents (and I have a /test that I made when /documents were not working, as there was a /test in the paths of the .well-known/apple-app-site-association file )
In my info.plist I have added this (as per your flutter readme on pub.dev):
And I have also added in the link into associated domains on xcode (applinks:killik-test-demo-dawid-jc7b49.project.sojolink.com):
From what I can see, the /document is not registered. Only ‘test’ is there:
the appID is correctly set up cos it is exactly the same as in our firebase .well-known/apple-app-site-association file
I have also made a /test link, and this is also not working.
The app does not pick up any of the deeplinks. It always takes me straight to the actual link. I have tested this on both a simulator and an actual device.
I am doing anything wrong? Please let me know. Thanks!
Hi am I trying to set up deeplinks using your service.
My deeplink is looking something like this: killik-test-demo-dawid-jc7b49.project.sojolink.com/documents (and I have a /test that I made when /documents were not working, as there was a /test in the paths of the .well-known/apple-app-site-association file )
In my info.plist I have added this (as per your flutter readme on pub.dev):
And I have also added in the link into associated domains on xcode (applinks:killik-test-demo-dawid-jc7b49.project.sojolink.com):
From what I can see, the /document is not registered. Only ‘test’ is there:
the appID is correctly set up cos it is exactly the same as in our firebase .well-known/apple-app-site-association file
I have also made a /test link, and this is also not working.
The app does not pick up any of the deeplinks. It always takes me straight to the actual link. I have tested this on both a simulator and an actual device.
I am doing anything wrong? Please let me know. Thanks!