The app is developed using Swift UI and Combine.
All data within the app, with a rare exception such as avatar images, is encrypted, no data is stored locally. The app features automatic session logout, chat key generation and removal of data stored locally.
As iOS frameworks do not provide adequate ways of encryption when compared to Android and web, we had to manually recreate encryption libraries that work out-of-the-box for Android.