LogoOctoclip Docs

    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

    AreaiOSTypical desktop (Windows / macOS)
    When clipboard can be readStrongly tied to foreground and visible user actions; system may show “pasted from …” style promptsWith a resident app, clipboard changes can be observed more continuously
    System-wide hotkey paste chainNot the same programmable global shortcut model as desktopDeep OS integration for hotkeys and clipboard history
    Background / power policyOS aggressively suspends background work; you may need to open the app to finish sync stepsGenerally 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.

    Was this page helpful?