I am trying to setup Web Browser–to–Native App Handoff but not having any luck. I am sure I am just missing a step. Here is what I have done
- Updated my bundleId with the Associated Domains option and generated new provisioning profiles on the dev site
- In Xcode added my domains to the Associated Domains list on the Capabilities tab
- Created the json.txt file with my bundleId including the team identifier
- Singed the json.txt file with the key and cert I use for https
- Uploaded the apple-app-site-association file to the root of the site
I already have Native App-to-Native App Handoff and Native App–to–Web Browser Handoff working. What am I missing?
This is the only documentation I have been working off of.