Skip to content
  • There are no suggestions because the search field is empty.

1Life iOS Release 2.5.1

Release Date: Jan 19, 2026
Platform: iOS
Version: 2.5.1


🔧 Summary

This release delivers a targeted bug fix addressing an authentication edge case that prevented users with expired access tokens from being properly logged out.

Previously, affected users would remain logged in while background synchronization repeatedly failed, leaving the app in a broken state where data could not be synchronized. This update ensures expired sessions are correctly detected and handled, restoring a reliable and predictable sync experience.

 


🐛 Issue Details

Authentication & Sync Bug

  • Expired token handling: Fixed an issue where users with expired authentication tokens were not logged out of the app.

  • Sync failure loop: Prevented a scenario where users would encounter continuous sync failures without being prompted to re-authenticate.

  • Blocked data synchronization: Resolved a condition where users were unable to sync any data due to the invalid session state.

📝 Additional Notes

  • Users experiencing sync failures due to expired sessions will now be logged out automatically.