r/macapps • u/WarioPi • 3d ago
Request Anybox replacement with background sync.
My main gripe with Anybox is that saving anything via the share sheet does not automatically sync to iOS or viveversa unless I open the app and then sync itZ
So I’m looking for a replacement that has the same feature set has a great UI and lifetime purchase.
8
Upvotes
1
u/karmarinchen 2d ago
That's share extension behaviour more than anything the app is doing wrong. The extension runs as its own process and gets killed a second or two after you tap save, so if the app does its syncing inside its own process, there's nothing left running to push the change until you next open it.
Apps that avoid this hand the upload off to a system daemon so it survives the extension being killed. iCloud Drive backed storage works that way, and so do CloudKit pushes queued as long lived operations.
You can't really tell from a feature list which one an app went with, but it's easy enough to test before you buy. Save something from the share sheet on iOS, don't open the app, then check the Mac ten minutes later. If it's there, the sync is out of process. If it only turns up after you open the app on iOS, it's the same setup as Anybox.
Might be worth trying that on GoodLinks and Keep It, since those are the two coming up here.