iOS 15 Includes Secure Paste Feature That Hides the Clipboard From Developers

iOS 15 has multiple significant privacy-focused improvements such as new protections in the Mail app to prevent tracking, an App Privacy section that shows you how often apps access sensitive information like location, and on-device Siri processing, but there are also some smaller but equally important changes.

tiktokclipboard
One of these updates is a new Secure Paste function for developers, which can be built into apps. With this feature implemented, users can paste something from a different app, with the content of what's copied hidden unless it's pasted into the developer's own app.

If secure paste is implemented, users can copy and paste from one app to another without being alerted through the clipboard notification that was introduced in iOS 14, giving them peace of mind that what they've copied is secure.

This feature sounds complicated, but it stems from a major privacy issue that surfaced last year. Back in March 2020, it came to light that many iPhone and iPad apps were "snooping" on pasteboard data, as developers could access whatever was on the pasteboard without the user being aware.

Apps like TikTok, Hotels.com, Reddit, Zillow and others could see whatever a user copied from another app, which was a concern because sometimes sensitive information like a password is copied.

Apple addressed this issue in iOS 14 by implementing a small banner that notifies you whenever an app accesses the clipboard, which means apps can no longer see the clipboard without your knowledge. iOS 15 takes it further with the secure paste feature that prevents developers from seeing the clipboard entirely unless you opt to copy something from one app and paste it into the app you're actively using.

With secure paste, developers can let users paste from a different app without having access to what was copied until the user takes action to paste it into their app. When developers use secure paste, users will be able to paste without being alerted via the pasteboard transparency notification, helping give them peace of mind.

After Apple first implemented the iOS 14 feature to unveil when apps were accessing the clipboard, many apps were found to be copying the clipboard on a frequent basis, though some apps like TikTok claimed that this was a mistake.

Related Forum: iOS 15

Popular Stories

iPhone 17 Pro Dual Tone Feature 1

iPhone 17 Pro Launching Later This Year With These 8 New Features

Thursday January 9, 2025 5:45 am PST by
While the iPhone 17 Pro and iPhone 17 Pro Max are not expected to launch until September, there are already plenty of rumors about the devices. iPhone 17 Pro concept based on rumors Below, we recap key changes rumored for the iPhone 17 Pro models as of January 2025: More aluminum: iPhone 17 Pro models are rumored to have an aluminum frame, whereas the iPhone 15 Pro and iPhone 16 Pro models ...
airpods pro 2 botw

Hearing a Mysterious Chime From Your AirPods Pro Case? It's a Feature

Thursday January 9, 2025 3:42 pm PST by
If you've been hearing a chiming sound from your AirPods Pro 2 case when the AirPods are charging, it's a feature that Apple added with the launch of Hearing Health last year. In a support guide, Apple says that the AirPods Pro may play a sound every so often while in the case to ensure the microphones and speakers are working as intended. From Apple: To help ensure that your AirPods...
HomePod mini and Apple TV

New Apple TV and HomePod Mini Launching This Year With One Thing in Common

Wednesday January 8, 2025 6:18 am PST by
It was recently reported that new Apple TV and new HomePod mini models will launch this year, and the devices are expected to have one thing in common. Bloomberg's Mark Gurman last month reported that the new Apple TV and the new HomePod mini will be equipped with Apple's own combined Wi-Fi and Bluetooth chip. Gurman said the chip supports Wi-Fi 6E, so that could end up being a key upgrade...
iPhone 17 Pro Dual Tone Horizontal 1

iPhone 17 Pro Main Camera Sensor 'Smaller' Than iPhone 16 Pro Sensor

Friday January 10, 2025 3:14 am PST by
This year's iPhone 17 Pro models will feature a smaller main camera sensor than the one used in the Fusion camera currently found in iPhone 16 Pro models, according to Weibo-based leaker Digital Chat Station. The Chinese leaker claims that Apple will adopt a 1/1.3" sensor for the 48MP main camera in the iPhone 17 Pro and iPhone 17 Pro Max, down from the 1/1.28" sensor used in the iPhone 16...
M6 MacBook Pro Feature 1

5 Reasons to Wait for Next Year's MacBook Pro

Wednesday January 8, 2025 6:33 am PST by
Apple in October 2024 overhauled its 14-inch and 16-inch MacBook Pro models, adding M4, M4 Pro, and M4 Max chips, Thunderbolt 5 ports on higher-end models, display changes, and more. That's quite a lot of updates in one go, but if you think this means a further major refresh for the MacBook Pro is now several years away, think again. Bloomberg's Mark Gurman has said he expects only a small...
iPhone SE 4 Thumb 1

New iPhone SE and iPad 11 Launch Timing Allegedly Revealed by Leaker

Tuesday January 7, 2025 11:12 am PST by
A new iPhone SE and an iPad 11 might be coming very soon. In late December, a private account on X with a track record of leaking accurate iOS-related information said devices codenamed "V59" and "J481" will be released alongside iOS 18.3 and iPadOS 18.3. Bloomberg's Mark Gurman has previously reported that "V59" is a new iPhone SE, and that "J481" is a new entry-level iPad. iOS 15.3, iOS ...
se 4 for 2025

When to Expect the iPhone SE 4 or So-Called 'iPhone 16E' to Launch

Friday January 10, 2025 9:20 am PST by
Apple is widely rumored to be planning a new iPhone SE, and multiple sources lately have commented on the device's launch timing. The latest word comes from Apple supply chain analyst Ming-Chi Kuo. In a blog post today, he said the device will be released around the middle of the first half of 2025. In other words, around the quarter mark of 2025. That means the next iPhone SE will likely be ...
airpods 4 blue

Apple's Student Offer With Free AirPods Returns in These Four Countries

Thursday January 9, 2025 7:18 am PST by
Apple's annual "Back to School" or "Back to Uni" promotion has returned this week in Australia, New Zealand, Brazil, and South Korea. From January 8 through March 13, qualifying higher-education students and staff in these countries can receive free AirPods 4 with Active Noise Cancellation with the purchase of any new MacBook Air, MacBook Pro, or iMac, or a free Apple Pencil Pro or Apple...

Top Rated Comments

mazz0 Avatar
47 months ago
What a confusingly written article. I still have no idea what this feature means.
Score: 12 Votes (Like | Disagree)
FSMBP Avatar
47 months ago
I must be 100% naive because before iOS 14, I had no idea apps could 'see' what I had in my clipboard. Unless I pasted something, why should the app have access?

Edit: Grammar, spelling, carelessness.
Score: 6 Votes (Like | Disagree)
alexkli Avatar
47 months ago
To clarify what’s happening as far as I understand it:

1. In the old days before iOS 14 the clipboard api was completely open. Once an app ran it could read what was on the clipboard using some “read clipboard” api. Users could not see this happening it at all.

2. After some malicious use cases where detected, Apple made a simple change with iOS 14 where it would show a banner to the user whenever an app calls the “read clipboard” api. That was all, apps could still read the clipboard if they wanted, it simply started to become noticeable.

3. Now with iOS 15 Apple is adding a new alternative clipboard api. This new api means apps can’t read the clipboard when they want but only after a user clicks on “paste”. This is actually what is done in modern browsers with the javascript clipboard api. It requires an active user interaction where the user knowingly says “yes, I want to paste this into the app”. Afterwards the app has that piece of content. But it prevents it from reading it without user interaction. It seems this is opt-in for apps, as probably Apple can’t change the behavior of the existing clipboard api to be more restrictive without breaking too many (good) apps out there.

For a user that means to treat that banner as a warning of something bad happening. “Good” apps should be switching to the new api going forward, so that user interaction is always required and that banner never pops up. Also wouldn’t be surprised if Apple might disable the old api entirely in a few years.
Score: 6 Votes (Like | Disagree)
Apple_Robert Avatar
47 months ago

I was under the impression that password apps like 1Password already worked this way? For instance, on my Mac, I can paste something from 1Password but it doesn’t show up in the clipboard of the Paste app, which manages the clipboard. Another thing 1Password does by default is it clears your pasteboard a minute or so after you copy something from it (by default).
1Password is the exception because they made that action part of their app by default.
Score: 4 Votes (Like | Disagree)
mazz0 Avatar
47 months ago

From what I saw...

1) If you copy material from the current app you are using, the developer of the app has no way to see what you copied.

2) If you copy material from one app and paste it into another app, the app being used will be able to see what you copied from the clipboard.

The way I interpreted it, it means...

1) App ABC can't read what's on your clipboard directly...

2) ...UNLESS that clipboard content was copied from app ABC. E.G. If you copy something from app XYZ, app ABC can't read it.

I believe pasting into input fields works fine, but the app won't be able to read your clipboard directly without action on your part. E.G. if you paste into a search field, the app can read the search field, but it can't gain access to your clipboard content directly unless that content came from the same app.
To be honest I’m still unclear.

Let’s see what Apple says: (https://www.apple.com/newsroom/2021/06/apple-advances-its-privacy-leadership-with-ios-15-ipados-15-macos-monterey-and-watchos-8/)


* With secure paste, developers can let users paste from a different app without having access to what was copied until the user takes action to paste it into their app. When developers use secure paste, users will be able to paste without being alerted via the pasteboard transparency notification, helping give them peace of mind.

So, if I’m understanding that correctly, you can set a permission so that your app is not able to see the clipboard except when a user-initiated paste occurs, in which case the notification doesn’t appear.

That’s it? Seems pointless to me. Seeing that notification when I manually-paste is not an inconvenience (in fact it’s a reassuring reminder that that feature exists). In fact given that seeing that notification increases my peace of mind, this change will actual lower it!
Score: 3 Votes (Like | Disagree)
contacos Avatar
47 months ago
Why would THEY decide to actually implement something like that if it isn’t enforced
Score: 3 Votes (Like | Disagree)