iOS Overview
On iOS, the app shares the same core workflow as desktop (clip history, Nearby Sync, Cloud Sync, cross-device paste). iOS is much stricter about when clipboard reads are allowed and about true background residency, so some behaviors differ clearly from Windows, macOS, and Android.
What to expect on iOS
- Clip history: Available; new items are easiest to confirm after you return to the app, or after content arrives via Share Sheet / Shortcuts.
- Nearby Sync / Cloud Sync: Available for moving clips to and from other devices.
- “Copy and record”: Does not rely on continuous OS-level background monitoring like desktop; it depends on foreground use, Share Sheet, Shortcuts, and other user-visible triggers (see Clipboard background monitoring and Quick enable).
How iOS differs from typical desktop
| Area | iOS | Typical desktop (Windows / macOS) |
|---|---|---|
| When clipboard can be read | Strongly tied to foreground and visible user actions; system may show “pasted from …” style prompts | With a resident app, clipboard changes can be observed more continuously |
| System-wide hotkey paste chain | Not the same programmable global shortcut model as desktop | Deep OS integration for hotkeys and clipboard history |
| Background / power policy | OS aggressively suspends background work; you may need to open the app to finish sync steps | Generally more relaxed (still policy-dependent) |
Align expectations first
If you “copied but nothing appears in history,” it may not be a bug: confirm you returned to the app or used Share/Shortcuts, then read iOS limitations.
Related docs
Was this page helpful?
