Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Blog post with some helpful notes on getting Handoff/Universal Links to work. #59

Open
alloy opened this issue Sep 10, 2015 · 0 comments
Assignees

Comments

@alloy
Copy link
Contributor

alloy commented Sep 10, 2015

  • Doesn’t work in sim
  • Entering URL in address bar of Safari won’t work, which makes sense, needs to be clicked (also in web pages loaded in Safari?)
  • https://limitless-sierra-4673.herokuapp.com provides better validation than apple’s tool (check if uploading an IPA also checks entitlements and all domains)
  • was adding entitlements file to the bundle needed or not? Nope
  • Native (iOS) to Web (Mac Safari) Handoff: User activities must be made current from viewDidAppear and invalidated from viewDidDisappear. Making them current from viewDidLoad (so presumably when the VC is not in the responder chain yet) does not work.
  • Web (Mac Safari) to Native (iOS) Handoff: broken on iOS 9.0.x. Test on iOS 8.x or iOS 9.1 beta.
  • App Search Deep Link documentation makes it seem like App Links/Twitter Cards are a viable alternative or Smart Banners, supposedly also to have Universal Links work. This is not the case and you won’t find out until you run the validation tool: “Universal Links are not supported on Facebook App Links/Twitter Cards. Please use Custom URL Schemas.”
  • (the docs do mention this, I think ?, but add nonetheless) The app site config file is only downloaded the first time after installing an app, so make sure to remove the app and re-install for testing changes to the config file
@alloy alloy self-assigned this Sep 10, 2015
@alloy alloy changed the title Blog post with some helpful notes on getting Universal Links to work. Blog post with some helpful notes on getting Handoff/Universal Links to work. Sep 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants