> For the complete documentation index, see [llms.txt](https://document.wisetracker.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.wisetracker.co.kr/before-start/faq/attribution-link.md).

# 어트리뷰션 링크

<details>

<summary>"<code>주소가 유효하지 않기 때문에 Safari가 해당 페이지를 열 수 없습니다.</code>" 팝업 문구는 왜 뜨나요?</summary>

<mark style="color:blue;">**앱을 설치하지 않았을 경우**</mark> 해당 경고 문구가 노출되는 것은 아래의 이슈로 인해 만들어진 iOS 의 보안 정책 때문인데요.

*URI Scheme은 소유권을 증명할 수 없다는 문제로 인해 Scheme 값이 중복되는 경우가 발생할 수 있으며, 자바스크립트를 통해 딥링크를 동작시켜 Safari의 외부 앱으로 이동하는 경우에 원래의 의도와는 다른 동작이 발생할 수 있습니다.*

보안상의 이유로 인해 iOS 의 모바일 브라우저인 Safari 에서는 URI Scheme 딥링크가 동작되는 경우, 경고 문구를 띄워서 유저에게 안내하고 있습니다.

iOS의 정책으로 인한 현상으로 해당 문구가 노출되는 것이며, `확인` 버튼 클릭 이후 앱스토어로 이동된다는 점 양해 부탁드립니다.

<mark style="color:blue;">**앱을 설치한 경우**</mark> 해당 팝업 문구 없이 앱이 실행되어 앱 내부의 콘텐츠로 바로 연결시키기 위해서는 유니버셜 링크 설정이 필요합니다. 아래 개발자 가이드를 참고해주세요.

[Universal Link 설정](/v2-developer/sdk/ios/universal-link.md)

</details>


---

# 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://document.wisetracker.co.kr/before-start/faq/attribution-link.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.
