# 릴리즈 노트

## [2.4.1 (2026-02-12)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/v2.4.1)

**고쳐짐**

* Objective-C에서 DFLogLevel 타입 처리 오류 수정

## [2.4.0 (2026-01-30)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/v2.4.0)

**변경됨**

* 로깅 시스템 변경

## [2.3.5 (2026-01-29)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/v2.3.5)

**고쳐짐**

* 인앱메시지 스케줄 세부 설정에서 시작 시간보다 종료 시간이 이전인 경우, 인앱메시지가 미노출 되는 버그 수정

## [2.3.4 (2026-01-08)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/v2.3.4)

**개선**

* setIdentity() 내부 로직을 개선하여 에지 케이스를 보다 안정적으로 처리하도록 수정

## [2.3.3(2025-11-19)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/v2.3.3)

* 재설치 로직이 수정되었습니다.

## [2.3.2(2025-09-30)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/2.3.2)

* 특정 환경에서 인앱메시지가 닫힌 후 화면 클릭이 안되는 문제가 수정되었습니다.

## [2.3.1(2025-09-18)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/2.3.1)

* Xcode 지원환경이 16.0에서 16.1로 상향되었습니다.
* 내부 로직 개선

## [2.3.0(2025-08-12)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/2.3.0)

* 푸시 광고 캠페인이 지원됩니다.

## [2.2.1(2025-05-28)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/2.2.1)

* Deprecate : DFUserProfile.PUSH\_OPTIN

## [2.2.0(2025-03-27)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/2.2.0)

* 인앱메시지 연산자 기능이 추가되었습니다.

## [2.1.1(2025-03-04)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/2.1.1)

* 버그 수정

## [2.1.0(2025-02-13)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/2.1.0)

* 캠페인 여정 기능 추가

## [2.0.0(2024-12-27)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/2.0.0)

* suspendUserTargeting API 삭제
* enableSDK, disableSDK API 추가
* 인앱메시지 개인화 로직 추가
* 내부 로직 개선

## [1.2.0(2024-11-25)](https://github.com/IGAWorksDev/dfinery-ios-sdk/releases/tag/1.2.0)

* 상수 명칭 변
* 내부 로직 개선

## 1.1.2(2024-11-14)

* 인앱메시지 기능 개선
* 내부 로직 개선

## 1.1.1(2024-10-24)

* 인앱메시지 기능 개선

## 1.1.0(2024-10-10)

* 푸시 기능 추가
* 인앱메시지 기능 추가

## 1.0.0(2024-03-29)

* 최초 배포


---

# 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://docs.dfinery.ai/developer-guide/platform/ios/change-log.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.
