1. Temporarily disable backup log encryption. Replace `encryptedLogBytes` with `logBytes` in `NativeConnectionManager.cpp` in `persistLog`.
2. Build native app.
3. Use the app, create some drafts.
4. Download backup logs from XCode.
5. Apply this patch to web: https://gist.github.com/marcinwasowicz/1fd0e17c4808d72467ecf11dca9e0ca3
6. Find the first log that creates draft and use button introduced by the patch above to trigger restoration.
7. Refresh web app. Ensure draft created on native is there.