# iOS

## 필수 설정

### SDK를 앱에 추가

SDK는 앱에서 데이터를 측정하기 위해 반드시 앱에 추가되어야 하는 필수 사항입니다. 자세한 내용은 아래 링크에서 확인해주세요.

{% content-ref url="ios/integration" %}
[integration](https://document.wisetracker.co.kr/v2-developer/sdk/ios/integration)
{% endcontent-ref %}

### 필수 이벤트 설정

광고 성과 분석 및 유저 활동 측정을 위한 필수 이벤트 설정 방법을 안내합니다.

{% content-ref url="ios/recommended-event" %}
[recommended-event](https://document.wisetracker.co.kr/v2-developer/sdk/ios/recommended-event)
{% endcontent-ref %}

### App Store 개인정보 세부사항 가이드

{% hint style="warning" %}
Apple의 개인정보 관련 정책이 강화됨에 따라, App Store에 앱을 제출할 때 다양한 항목에 정확하게 답변을 제출해야 합니다. Apple의 질문에 정확하게 응답하기 위해 아래 링크를 참고해주세요.
{% endhint %}

{% content-ref url="ios/app-store-submission" %}
[app-store-submission](https://document.wisetracker.co.kr/v2-developer/sdk/ios/app-store-submission)
{% endcontent-ref %}

## 고급 설정

### Universal Link 설정

{% hint style="info" %}
유니버셜 링크는 iOS 환경에서 유저를 원활하게 랜딩시키기 위해 **사실상 필수적으로 요구되는 설정**입니다. 아래 링크를 참고하여 설정을 추가해주세요.
{% endhint %}

{% content-ref url="ios/universal-link" %}
[universal-link](https://document.wisetracker.co.kr/v2-developer/sdk/ios/universal-link)
{% endcontent-ref %}

### In-App 이벤트 설정

앱 내에서 발생하는 유저의 다양한 행동을 측정하는데 필요한 이벤트 설정 방법을 안내합니다.

{% content-ref url="../in-app-event/configuration" %}
[configuration](https://document.wisetracker.co.kr/v2-developer/in-app-event/configuration)
{% endcontent-ref %}

{% content-ref url="../in-app-event/event-list" %}
[event-list](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list)
{% endcontent-ref %}


---

# 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://document.wisetracker.co.kr/v2-developer/sdk/ios.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.
