> 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/ios-version-17.2.0.md).

# iOS バージョン 17.2.0

## **機能強化**

* **iOS-7630:** 添付ファイルをタップして、レコードの詳細画面から表示、保存、ローカルコピーの削除ができるようになりました。ファイルをデバイスに保存したり、他のアプリで開いたり、メッセージ、WhatsApp、Airdropなどで共有できます。所属している組織でファイルのエクスポートが制限されている場合、特定のアクションが制限されます。

<div align="center"><figure><img src="/files/7ew1kye0kus5N4SOtfqG" alt="" width="200"><figcaption></figcaption></figure> <figure><img src="/files/410LeqWGzGSOP3ZS8phl" alt="" width="200"><figcaption></figcaption></figure></div>

## バグ修正

* **iOS-7277:** フォルダ内の既存のレコードにパスキーを追加するとルートディレクトリに複製され、レコードの移動もできなくなる不具合を修正。
* **iOS-7350:** 生体認証に失敗し、\[キャンセル]をタップすると自動的に再度生体認証が要求され、アクセスができない状態が続く不具合を修正し、ユーザーはキャンセル後再度生体認証を試すか、マスターパスワードを入力するかを選択できるようになりました。
* **iOS-7646:** V3レコードのファイルが復号時に破損し、外部アプリケーションで開くとエラーが発生する不具合を修正。
* **iOS-7619:** ボルトにあるレコードを検索して開いた場合、レコード詳細画面の\[移動先]ボタンに関する不具合を修正しました。
* **iOS-7580:** ログイン時に保留中のファイルアップロードがあるとクラッシュする不具合を修正。
* **iOS-7575:** パスワードリセット時にユーザーが適切にログアウトされるよう更新。
* **iOS-7552:** ログイン済みの状態で、リンクからレコードの詳細画面に移動しない不具合を修正。
* **iOS-7304:** カスタムレコードの保存を妨げていた\[ファイル、写真、ビデオを添付]フィールドの要件に関する不具合を修正。
* **iOS-7277:** フォルダ内の既存のレコードにパスキーを追加すると、予期しない動作が発生する不具合を修正。
* **iOS-7649:** レコードを移動した後、適切なレコードの場所が直接表示されるように検索画面を更新。
* **iOS-7650:** 他のデバイスでパスワードを変更した後、ユーザーに空白のボルト画面が表示される不具合を修正。
* **iOS-7652:** パスワードズームシートの背景色の不一致に対処するためデザインを調整。


---

# 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/ios-version-17.2.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.
