Questions tagged [handoff]

Handoff is a capability introduced in iOS 8 and OS X v10.10 that is designed to facilitate easy transfer of user activities among multiple devices associated with the same user.

Handoff is a capability introduced in iOS 8 and OS X v10.10 that is designed to facilitate easy transfer of user activities among multiple devices associated with the same user.

Handoff enables the user to switch from one device to another and continue an ongoing activity seamlessly, without needing to reconfigure each device independently. For example, if a user is browsing a long article in Safari on a Mac, he or she can move to a nearby iOS device that’s signed in to iCloud using the same Apple ID and choose to have the same webpage automatically opened in Safari on iOS, with the same scroll position as on the original device.

64 questions
3
votes
2 answers

onContinueUserActivity not Called with Handoff & SwiftUI

After following this tutorial about how to use SwiftUI in combination with Handoff, but it isn't working for me. After trying a lot it seems like the OnContinueUserActivity is not called. The icon for handoff shows but once clicked on it, nothing…
Ruben
  • 121
  • 1
  • 10
3
votes
1 answer

Is there a way to integrate Microsoft Bot Framework handoff to Salesforce Live agent

I am not able to find a way to connect bot to a live agent. I tried with MS dynamics 365, that seems to be a paid version, So i have decided to try with salesforce live chat integration, Is there a way to do so.
3
votes
0 answers

iOS 12 Handoff delegate methods are not called

In iOS 12 and with the recent Mac High Sierra 10.13.6 update, handoff stopped working. Handoff still gets initiated both in the doc and the app switcher, but AppDelegate methods willContinueUserActivityWithType and continueUserActivity are not being…
coolcool1994
  • 3,704
  • 4
  • 39
  • 43
3
votes
1 answer

Can I prevent UIPasteboard from using Handoff to copy text from another device?

I have an iOS app which looks at the contents of the pasteboard and tries to do something (hopefully) intelligent with it. (The app requires iOS 9.3+ although at this point I imagine most people are using iOS 11.x.) The problem is that my device…
Kenster999
  • 466
  • 2
  • 13
3
votes
2 answers

Native Mac app fails to Handoff to Native iOS app

I'm adopting Handoff in my iOS and Mac apps. iOS -> iOS and iOS -> Mac are working flawlessly! It's great. However, Mac -> iOS never works. I've tested on both El Capitan and Sierra, in different machines. If I add a webpageURL as fallback, Safari…
Rafael Nobre
  • 5,062
  • 40
  • 40
3
votes
0 answers

SFSafariViewController and handoff

In the app that I'm working on whenever I present a SFSafariViewController it doesn't show the handoff icon on my Mac. Although it does appear for other apps that use that controller. Are there any additional steps needed to get this to work?
Sergey Katranuk
  • 1,162
  • 1
  • 13
  • 23
3
votes
3 answers

How can my *.appspot.com domain support iOS9 Universal Links with Web Markup?

As many already know, Google App Engine by default hosts its apps on an appspot.com subdomain and their wildcard (*.appspot.com) SSL certificate allows any apps to use https over this subdomain. Enter iOS 9 with Universal Links and Web Markup which…
valheru
  • 2,552
  • 3
  • 20
  • 40
3
votes
1 answer

userInfo is is empty from Handoff using NSUserActivity

I'm trying to send a string from my WatchKit app: I can launch the app via the lock screen fine, but when the continueUserActivity method is called, userActivity.userInfo contains no values, am I missing something here? -The only value I get is the…
Halpo
  • 2,982
  • 3
  • 25
  • 54
3
votes
0 answers

Swift: How to use handoff in the simplest way possible?

I am trying to use handoff to make an iphone app do something when the user does something in the watchkit app. In the watch app (in InterfaceController.swift), I have this code that gets run when the user taps a…
ZhouW
  • 1,187
  • 3
  • 16
  • 39
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

Hand Off Bot to Human in azure bot framework SDK V4

Need solution on Bot to human handOff in azure botframework sdkv4 using nodejs
2
votes
1 answer

How to calculate LTE handover delay in NS-3

Hello stackoverflow community, I am trying to calculate handover delay for a LTE simulation using LENA module in NS-3. To do so, I am using Simulator::Now().GetSeconds() function to log current simulation time at the beginning and the end of…
eLeMeNOhPi
  • 251
  • 2
  • 5
2
votes
1 answer

How can I route "/.well-known/apple-app-site-association" in ASP.net core?

What is the correct syntax to create a route in ASP.NET core? app.UseMvc(routes => { routes.MapRoute( name: "default", template: "{controller=Home}/{action=Index}/{id?}"); …
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
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
0 answers

Handoff not working from web to native app

At one point, I had web-to-native and native-to-web Handoff working on iOS 8. I've upgraded all my devices to iOS 9 betas, and I just noticed that I can't get web-to-native-app Handoff working. I'm not sure if it's an iOS 9 problem though. If I'm…
djibouti33
  • 12,102
  • 9
  • 83
  • 116