# アプリ内の特定の画面に遷移させることは可能ですか？

アプリ内メッセージのリンクを制御することで、アプリ内の特定の画面に遷移させることは可能です。

**アプリ内メッセージのリンクを制御する**

* [iOS SDK](/ios-sdk-appendix/appendix-iam-link-control-ios-sdk.md)
* [Android SDK](/android-sdk-appendix/appendix-iam-link-control-android-sdk.md)

これを実現するにはカスタムURLスキームの実装が必要になります。\
カスタムURLスキームの実装に関しては、下記ドキュメントをご覧ください。

**カスタムURLスキームを設定する**

* [iOS SDK](/ios-sdk-appendix/concepts-custom-url-scheme-ios-sdk.md)
* [Android SDK](/android-sdk-appendix/concepts-custom-url-scheme-android-sdk.md)

## Universal Links 等について

iOS の場合、標準ではアプリ内メッセージからアプリ内に遷移する際の遷移先URLとして `Universal Links` や `Firebase Dynamic Links` の指定はできません。\
指定しても直接アプリ内には遷移できず、一度 Safari に遷移する挙動となります。\
対応するには独自の実装を追加する必要があります。\
参考：[Universal Links に対応する](/ios-sdk-appendix/appendix-universal-links-ios-sdk.md)


---

# Agent Instructions: 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://app.developers.karte.io/app-faq/app-faq-go-to-a-specific-screen-in-the-app.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.
