How to use Handoff with iOS 12

consent.ads.queue.push(function(){
try {
IDG.GPT.addDisplayedAd(“gpt-superstitial”, “true”);
$(‘#gpt-superstitial’).responsiveAd({screenSize:’971 1115′, scriptTags: []});
IDG.GPT.log(“Creating ad: gpt-superstitial [971 1115]”);
}
catch (exception) {
console.log(“Error with IDG.GPT: ” + exception);
}
});
Handoff lets you pass activities between iOS and macOS, but iOS 12 makes it easier.
Apple
“);
});
try {
$(“div.lazyload_blox_ad”).lazyLoadAd({
threshold : 0, // You can set threshold on how close to the edge ad should come before it is loaded. Default is 0 (when it is visible).
forceLoad : false, // Ad is loaded even if not visible. Default is false.
onLoad : false, // Callback function on call ad loading
onComplete : false, // Callback function when load is loaded
timeout : 1500, // Timeout ad load
debug : false, // For debug use : draw colors border depends on load status
xray : false // For debug use : display a complete page view with ad placements
}) ;
}
catch (exception){
console.log(“error loading lazyload_ad ” + exception);
}
});
Apple designed Handoff to make it easier to work seamlessly between a Mac and iOS. If you’re reading a text message on one device and pick up the other, you can open up to where you left off. Viewing a webpage? Handoff lets you bring up the same page on the other device with a click or a tap.
But for a couple of versions at least, notifications in iOS interfered with Handoff. You could see a Safari icon on the lock screen, for example, and if notifications were also on the screen, using the swipe-up gesture to open that Safari page didn’t work. I eventually stopped trying.
I can see I wasn’t alone: Apple gave up, too! In iOS 12, Handoff icons no longer appear on the lock screen. Instead, they’re in a better, smart, more accessible place—the app switcher!
- Bring up the app switcher on your iOS device. On an iPhone X or later or an iPad, swipe up from the bottom of the screen. On other iPhones, double-click the Home button.
- The Handoff option appears as a banner beneath the apps. Tap it, and it opens the right file, URL, or snippet in the correct app.

Handoff now appears below the app switcher, showing the app icon and device name of the shared item.
Ask Mac 911
We’ve compiled a list of the questions we get asked most frequently along with answers and links to columns: read our super FAQ to see if your question is covered. If not, we’re always looking for new problems to solve! Email yours to mac911@macworld.com including screen captures as appropriate, and whether you want your full name used. Every question won’t be answered, we don’t reply to email, and we cannot provide direct troubleshooting advice.