Notesnook Mobile v3.3.18 fixes a critical bug in attachment upload flow for new user signups.
Fix attachment uploads for new user signups
We identified an issue where new users signing up for Notesnook and immediately trying to upload attachments would encounter ciphertext cannot be decrypted using that key error. This was due to multiple attachment encryption keys being generated. We have fixed this issue by ensuring that the attachment encryption key is generated during the signup process instead of on the first attachment upload.
Other fixes
- Fix undefined id crash in subscription product items on iOS
Full Changelog: https://github.com/streetwriters/notesnook/compare/3.3.17-android...3.3.18-android

