> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/mobile/apple-ios/ios-version-17.9.2.md).

# iOS Version 17.9.2

### Enhancements

* **iOS-8106**: Implements a new ARAM event whenever a password is revealed in your vault. For organizations using Keeper's advanced reporting and compliance features, administrators can view a complete history of when passwords were revealed, including which records were viewed and by whom. This added visibility supports security audits and helps teams meet compliance requirements.

### Bugs

* **iOS-8107**: Fixed an issue with how the app determines whether your device has an active internet connection. The previous logic could incorrectly identify you as offline in certain network configurations, potentially blocking sign-in or sync. You should now experience more reliable connectivity detection across all network environments.
* **iOS-8108**: Resolved an issue where your account's assigned data region could be inadvertently changed under certain conditions. Your region is now locked in at sign-in and remains consistent throughout your session, preventing potential login disruptions or unexpected behavior.
* **iOS-8105**: Addressed an issue where an outdated network check could block the sign-in process even when your device had a valid internet connection. Sign-in now proceeds reliably without being gated by this legacy check.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/release-notes/mobile/apple-ios/ios-version-17.9.2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
