> 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/jp/mobile/apple-ios/older/ios-version-16.9.0.md).

# iOS Version 16.9.0

iOSバージョン16.9.0は、UIの改善、ウェブボルトおよびデスクトップアプリに匹敵する高度な検索、大幅なスピードの改善、数万の記録を持つ大容量ボルトのサポートなど、大きなアップデートとなります。

## 新機能

* **IOS-6657**: UI/UXのアップデート: 操作性の向上、柔軟でスマートな検索

{% embed url="<https://vimeo.com/859840832>" %}

* **IOS-5395**: 大容量ボルトのパフォーマンス向上
* **IOS-6660**: 2FA時間のオプション (12時間、24時間) を追加
* **IOS-6063**: ロールの強制ポリシーの自己破壊をサポート

## バグ修正

* **IOS-6843**: メモリ制限のあるデバイス上の大規模なボルトアカウントで自動入力を使用するとクラッシュする不具合を修正
* **IOS-6677**: インストールパッケージから未使用の証明書ファイル2件を削除
* **IOS-6281**: 削除された記録を復元した後にいくつかの短いスピナーが表示される不具合を修正


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/mobile/apple-ios/older/ios-version-16.9.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
