How to use Universal Clipboard with a password manager to cut-and-paste between macOS and iOS

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);
}
});
A hidden treasure lets you silently, briefly pass items between and among iOS and macOS.
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);
}
});
Getting a piece of text, an image, or other copied material from one device to another should require exporting it to a cloud or sync service and then re-importing it. Both iOS and macOS have a nifty trick up their sleeve that I think isn’t as well known as it should be: Universal Clipboard.
It’s a nearly hidden feature that you can’t enable or disable. It’s just always available. Copy something on one device, and any other iOS or Mac hardware logged into iCloud with the same Apple ID immediately has that available for pasting.
For Macs running High Sierra or later, you can use Universal Clipboard to copy files between them.
The copied content persists briefly in the Universal Clipboard. Apple defines this only as “short time,” which appears to be about two minutes. If you paste after that, the local clipboard has been restored.
I find this cross-device copy-and-paste particularly useful for text codes used for confirming logins that I have to generate on one device and use on another. While some accounts may use SMS to send the codes, and then iOS 12 and macOS 10.14 Mojave can automatically prefill them, others use a more secure method: an app-based code generator. (I use Authy.)
In that scenario, these are the steps.
- On the Mac, provide the username and password to log into an account protected with two-factor authentication.
- A prompt will appear with the short code to enter. On the iPhone, I launched Authy, find the appropriate login, and tap the copy button to put the code onto the clipboard.
- Back on the Mac, click in the code field and type Command-V to paste. No re-typing necessary!
Universal Clipboard works among devices that meet certain requirements: a device running iOS 10 or later (that’s an iPhone 5 or later and a lot of iPad models) or a Mac running macOS from 2012 or later that’s running 10.12 or later.
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.