iOS Handoff feature - allow a user to start using an app on one device and then pick up where he/she left off on another
Questions tagged [ios8-handoff]
7 questions
7
votes
2 answers
How to setup Web Browser–to–Native App Handoff in iOS 8
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…

respectTheCode
- 42,348
- 18
- 73
- 86
3
votes
2 answers
Setting up apple-app-site-association for Web Browser–to–Native App Handoff (iOS 8)
I'm a newbie to certificates and openssl.
I want to understand how to sign a JSON file using openssl command with the certificate and key for an identity issued by a certificate authority trusted by iOS.
How to get certificate and key for my…

Kesav
- 47
- 7
2
votes
0 answers
Preventing Web Browser–to–Native App Handoff
Let's assume you have a mobile web app under the domain mobile.example.com and a desktop web-app under the domain example.com.
Web Browser–to–Native App Handoff is working and catches all the routes under those domains.
If you manually visit…

dzuc
- 761
- 8
- 12
2
votes
3 answers
Dismiss Modal UIViewController during handoff
I'm trying to add handoff to my App. When my App is waken by Handoff I need to dismiss several ViewControllers to return to a MKMapView located in my view hierarchy.
My view hierarchy looks like:
+NavController
+--- MyMapViewController (contains the…

sebastien
- 2,489
- 5
- 26
- 47
2
votes
0 answers
Web to iOS Handoff not working with subdomains
I'm setting up handoff from website to iOS and I'm struggling with the following issue. Website URL has usernames as subdomains: username1.domain.com. On the iOS app's part I have to specify fully qualified domain name in entitlements:
The native…

Roman
- 31
- 2
1
vote
0 answers
Understanding associated domain services and creating custom associated domain services
I've been doing a fair amount of research on universal links, handoff and associated domains on iOS. However, a lot of the documentation does go in depth of what is really happening under the hood with regards to associated domains (Well I couldn't…

user481610
- 3,230
- 4
- 54
- 101
0
votes
1 answer
UIResponder Assistance - Method Not Called
I have implemented HandOff using NSUserActivity, I initially implemented the following methods directly in my ViewController class, and all is working as expected.
-(void)updateUserActivityState:(NSUserActivity…

Duncan Hill
- 547
- 2
- 5
- 16