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
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.
https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/Handoff/AdoptingHandoff/AdoptingHandoff.html#//apple_ref/doc/uid/TP40014338-CH2-SW10
We had the same issue and spent quite a few hours to solve this.
We managed to get this solved, by adding to our JSON file the activitycontinuation
key.
In the end this is how our json looks:
{
"webcredentials": {
"apps": ["TeamID.bundleIdentifier"]
},
"activitycontinuation": {
"apps": ["TeamID.bundleIdentifier"]
}
}
Make sure to validate your json always (try jsonlint.com for that) as an invalid json can easily be the reason for errors and issues.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With