# iOS UIKit V3.0 Migration Guide

UIKit v3.0.0 is the major release of our UIKit with social.plus SDK v6.5.0.

The guide will cover all the breaking changes and migration to this version.

## Installation:

#### Manual Installation:

UIKit v3.0.0 will require `RealmSwift.xcframework` along with the existing frameworks.

<figure><img src="/files/bD9ayFhXGUp9JboWu1tM" alt=""><figcaption></figcaption></figure>

## Behavior Changes:

#### AmityUIKItManager:

<table><thead><tr><th>Property | Methods</th><th width="115.33333333333331">Changes</th><th>Remarks</th></tr></thead><tbody><tr><td><code>setup(apiKey:, httpUrl:, socketUrl:)</code></td><td>Removed</td><td>use <code>setup(apiKey:, endpoint:)</code> instead</td></tr><tr><td><code>registerDevice(userId:, displayName:, authToken:, completion:)</code></td><td>Removed</td><td>Use <code>registerDevice(userId:, displayName:, authToken:, sessionHandler:, completion:)</code> instead.</td></tr></tbody></table>

#### AmityChannelEventHandler:

<table><thead><tr><th>Property | Methods</th><th width="115.33333333333331">Changes</th><th>Remarks</th></tr></thead><tbody><tr><td><code>channelDidTap(from:, channelId:)</code></td><td>Removed</td><td>Override <code>channelDidTap(from:, channelId:, subChannelId:)</code> instead.</td></tr></tbody></table>

#### AmityEventHandler:

<table><thead><tr><th>Property | Methods</th><th width="115.33333333333331">Changes</th><th>Remarks</th></tr></thead><tbody><tr><td><code>communityChannelDidTap(from:, channelId:)</code></td><td>Removed</td><td>Override <code>communityChannelDidTap(from:, channelId:, subChannelId:)</code> instead.</td></tr></tbody></table>

#### AmityMessageListViewController:

<table><thead><tr><th>Property | Methods</th><th width="115.33333333333331">Changes</th><th>Remarks</th></tr></thead><tbody><tr><td><code>make(channelId:, settings:)</code></td><td>Removed</td><td>Use <code>make(channelId:, subChannelId:, settings:)</code> instead.</td></tr></tbody></table>

#### AmityCommunityProfilePageViewController:

<table><thead><tr><th>Property | Methods</th><th width="115.33333333333331">Changes</th><th>Remarks</th></tr></thead><tbody><tr><td><code>make(withCommunityId:, settings:)</code></td><td>Removed</td><td>Use <code>make(withCommunityId:)</code> instead.</td></tr></tbody></table>


---

# 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.social.plus/developers/migration-guides/ios-uikit-v3.0-migration-guide.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.
