Hi !
I’d like to implement deep links on my iOS application but the function dosen’t seems implemented. I followed the Apple documentation about that, and I should add domains names in Xcode project settings. There is something in the build.settings file doing it or can you add it ?
It’s seems to be only these followings lines in an Xcode projet :
\<?xml version="1.0" encoding="UTF-8"?\> \<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"\> \<plist version="1.0"\> \<dict\> \<key\>com.apple.developer.associated-domains\</key\> \<array\> \<string\>applinks:www.mywebsite.com\</string\> \</array\> \</dict\> \</plist\>
That makes an ProjectName.entitlements file.
Have a great day,
Ben.