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 Render Front Page Tech

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

Sunday March 23, 2025 10:00 am PDT 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's alleged design via Front Page Tech Below, we recap key changes rumored for the iPhone 17 Pro models as of March 2025: Aluminum frame: iPhone 17 Pro models are rumored to have an aluminum frame, whereas the iPhone 15 Pro and iPhone...
iCloud General Feature Redux

iPhone Users Who Pay for iCloud Storage Receive a New Perk

Thursday March 20, 2025 12:01 am PDT by
If you pay for iCloud storage on your iPhone, Apple has a new perk for you, at no additional cost. The new perk is the ability to create invitations in the Apple Invites app for the iPhone, which launched in the App Store last month. In the Apple Invites app, iCloud+ subscribers can create invitations for any occasion, such as birthday parties, graduations, baby showers, and more. Anyone ...
Generic iOS 19 Feature Mock

iOS 19 Coming in June With These New Features

Thursday March 20, 2025 2:04 pm PDT by
While the first iOS 19 beta is still more than two months away, there are already plenty of rumors about the upcoming software update. Below, we recap the key iOS 19 rumors so far. visionOS-Like Design In January, the YouTube channel Front Page Tech revealed a redesigned Camera app that is allegedly planned for iOS 19. According to Front Page Tech host Jon Prosser, the Camera app...
iOS 18

Top 5 New Features Coming in iOS 18.4

Friday March 21, 2025 3:26 pm PDT by
We're not getting new Siri Apple Intelligence features in iOS 18.4 as expected, but the upcoming update does have quite a few new additions that will be worth upgrading for. We've rounded up the five best features to look forward to, and if you're not running the beta, you can expect to get access to these in early April. Priority Notifications If you have an iPhone or iPad that supports...
airpods pro 2 gradient

AirPods Pro 3 Launch Now Just Months Away: Here's What We Know

Tuesday March 18, 2025 9:13 am PDT by
Despite being released over two years ago, Apple's AirPods Pro 2 continue to dominate the wireless earbud market. However, with the AirPods Pro 3 expected to launch in 2025, anyone thinking of buying Apple's premium earbuds may be wondering if the next generation is worth holding out for. Apart from their audio and noise-canceling performance, which are generally regarded as excellent for...
Foldable iPhone 2023 Feature Iridescent Search

Foldable iPhone Expected to Launch Next Year, Costing Around $2,000

Monday March 24, 2025 3:43 am PDT by
Apple will launch its long-rumored foldable iPhone next year with a ~$2,000 premium price tag attached, expects well-connected Bloomberg reporter Mark Gurman. Gurman's comments on Apple's launch plans for its first foldable device appeared in the Q&A section of his latest Power On newsletter. Earlier this month, the reporter said Apple's foldable iPhone could be arriving "as early as 2026,"...
Windows Vista

Apple Might Be Having Its Windows Vista Moment, Says Analyst

Thursday March 20, 2025 6:52 am PDT by
Is Apple experiencing a "Vista-like drift into systemically poor execution?" That was a question posed by well-known technology analyst Benedict Evans, in a recent blog post covering Apple's innovation and execution, or seemingly lack thereof as of late. He is referring to Microsoft's Windows Vista operating system, which was widely criticized when it launched in 2007 due to software bugs,...
Generic iOS 18

Apple Seeds iOS 18.4 and iPadOS 18.4 Release Candidate With Priority Notifications, Ambient Music and More

Monday March 24, 2025 10:07 am PDT by
Apple today seeded the release candidate versions of upcoming iOS 18.4 and iPadOS 18.4 updates to developers for testing purposes, with the software coming a week after Apple released the fourth betas. iOS 18.4 and iPadOS 18.4 can be downloaded from the Settings app on a compatible device by going to General > Software Update. With iOS 18.4, Apple is adding the Priority Notifications...

Top Rated Comments

mazz0 Avatar
50 months ago
What a confusingly written article. I still have no idea what this feature means.
Score: 12 Votes (Like | Disagree)
FSMBP Avatar
50 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
50 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
50 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
50 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
50 months ago
Why would THEY decide to actually implement something like that if it isn’t enforced
Score: 3 Votes (Like | Disagree)