Why is anyone surprised by this
Apple's security umbrella only applies to native bundled app's
Apples clever marketing has made many a user more vulnerable by placing to much faith in assuming a perception of invulnerability
The solution is to split the existing system clipboard into two clipboards - one that is accessible to all apps without restriction and one that requires user-granted privileges to access, similar to how apps are granted location sharing access. The copy pop-up would have two options - "Copy" and "Copy Sensitive".
A more sophisticated implementation could have app-level clipboards where you can specify which apps have access to which clipboards.
Allow "TikTok" to access your clipboard?
TikTok uses your clipboard to make pasting pictures and other things easier.
You copied something in Safari 6 minutes ago.
Allow for Items from "Safari"
Allow for All Items
Allow Once
Don't Allow
"TikTok" has been accessing your clipboard. Do you want to continue allowing this?
TikTok uses your clipboard to make pasting pictures and other things easier.
![]()
(Big collage/gallery of recent clipboard items goes here. Maybe you can swipe horizontally?)
Change to Only While Using
Always Allow
iOS needs the feature of a per-app firewall, so that you can completely disable internet for any app that shouldn't be accessing the net (yes, Apple apps included, when you don't want iCloud). I would enable internet only for web browsers, protonmail, telegram, and weather apps. All the rest of apps blocked, and if any other needs the net for running, just uninstall it. It's a real problem that iOS doesn't offer this feature.
From a UI point of view: If I have data in application A, and want to use it in application B, what do I do? I select, choose "Copy", select a location in the other app, choose "Paste". There's the question if you want to make this more complicated for the user. Now it would be possible to only allow reading the clipboard if the user selected a "Paste" action. That would be safer. It might be less convenient. Tricky question.I saw a possible explanation for this, it could be one of the SDKs for implementing things like push notifications. Can’t remember the name of it though.
It would make more sense for iOS to request permission for apps to access the clipboard - like it does for most other sensitive things.
Surprise, surprise: Your clipboard manager can read all the contents of yuur clipboard!I always thought the pasteboard/clipboard function in iOS sucked big time due to persistence and the inevitable pasting of clipboard contents somewhere you never intended it to go because of the fat finger effect.
So many years ago I downloaded a clipboard manager- and problem solved. There's a few free ones in the App Store. They have a widget that allows you to see the clipboard contents with a swipe, and easily clear it too.
This is a nit, but: For 30 years it's has been known as a clipboard; it's a clipboard, OK? Communicating among ourselves is difficult enough without people (and I know this isn't a term MR came up with) inventing another term for the same thing, especially since the original term is both adequate *and* well-known.
That's why universal clipboard always has been a security nightmare. One compromised device and your clipboard data is in foreign hands. Even locally on a desktop clipboard is a security issue, which is why password tools don't just copy & paste passwords, but emulate a keyboard and enter the password by a mixture of keyboard strokes and copy & paste operations.article said:It is also of note that if Universal Clipboard is enabled, an app may also access whatever has been copied on a Mac.
Not if you use the iOS autofill feature. If you go into LastPass and copy a password, then that will be on the clipboard so other apps can access it.I'm a frequent user of lastPass, which holds all my passwords for websites and more. Does that mean that using it in iOS potentially gets read by other services and apps? If true, that does not seem to be okay.
That's why universal clipboard always has been a security nightmare. One compromised device and your clipboard data is in foreign hands.
Even locally on a desktop clipboard is a security issue, which is why password tools don't just copy & paste passwords, but emulate a keyboard and enter the password by a mixture of keyboard strokes and copy & paste operations.
I do not trust a single app nowadays. Especially on iOS, iPadOS, watchOS. (As opposed to macOS. Android apps are at another level of badness.)
How about doing a little bit of research before spreading FUD? Android 10 doesn't allow unrestricted access to clipboard like iOS/iPadOS. Even prior to Android 10 it can be done manually per app via ADB.
https://developer.android.com/about/versions/10/privacy/changes#clipboard-data
https://www.xda-developers.com/stop-apps-reading-android-clipboard/
There’s only one caveat to that, it says either an IME or ‘is the app that currently has focus’ - there’s no specific clipboard permission that you can revoke in Android 10 either.How about doing a little bit of research before spreading FUD? Android 10 doesn't allow unrestricted access to clipboard like iOS/iPadOS. Even prior to Android 10 it can be done manually per app via ADB.
https://developer.android.com/about/versions/10/privacy/changes#clipboard-data
https://www.xda-developers.com/stop-apps-reading-android-clipboard/