https://daringfireball.net/2025/12/signal_secure_backups_are_now_available_on_ios
@frumble @daringfireball Because back then, the Files app didn't exist / was too new, and most importantly, iOS users are not used to fiddling with the file system. Also, the file backup on Android worked but still had its problems (though mostly for the Signal devs & support) (1/3)
EDIT: source of this info is this old post on the community forum back in 2020. This was the only official response from the Signal team explaining the absence of backups on iOS: https://community.signalusers.org/t/ios-backups-keeping-message-history-when-resetting-phone/1736/182
Backup is something really important to us, and we are of course aware that this is a huge friction point in our user base. It’s something we talk about regularly, but it’s a very complicated problem to solve. Some facts about the ecosystem: Apple allows backing up files and restoring them to other devices by storing files within certain directories within your app. You get this for free if you put your files there, but you also get no control over whether this backup is available for iTunes ...
The main one is that they’re actually incremental. The current ones back up everything in a single file. And you then upload that to a server for off-device backup (not sync, because the file is encrypted so every part is changed, even though most of the plaintext is the same as yesterday). If the server does any kind of snapshotting or versioning to protect against accidental deletion, the filesystem usage can rapidly become huge.