Skip to content
/ xmtp-ios Public

XMTP client SDK for iOS applications written in Swift.

License

Notifications You must be signed in to change notification settings

xmtp/xmtp-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmtp-ios

Test Lint

xmtp-ios provides a Swift implementation of an XMTP message API client for use with iOS apps.

Use xmtp-ios to build with XMTP to send messages between blockchain accounts, including DMs, notifications, announcements, and more.

To keep up with the latest SDK developments, see the Issues tab in this repo.

Documentation

To learn how to use the XMTP iOS SDK and get answers to frequently asked questions, see the XMTP documentation.

SDK reference

Coming soon

Example app built with xmtp-ios

Use the XMTP iOS quickstart app as a tool to start building an app with XMTP. This basic messaging app has an intentionally unopinionated UI to help make it easier for you to build with.

Install from Swift Package Manager

You can add XMTP-iOS via Swift Package Manager by adding it to your Package.swift file or using Xcode’s “Add Package Dependency” feature.

🏗 Breaking revisions

Because xmtp-ios is in active development, you should expect breaking revisions that might require you to adopt the latest SDK release to enable your app to continue working as expected.

Breaking revisions in an xmtp-ios release are described on the Releases page.

Deprecation

XMTP communicates about deprecations in the XMTP Community Forums, providing as much advance notice as possible.

Older versions of the SDK will eventually be deprecated, which means:

  1. The network will not support and eventually actively reject connections from clients using deprecated versions.
  2. Bugs will not be fixed in deprecated versions.

The following table provides the deprecation schedule.

Announced Effective Minimum Version Rationale
No more support for XMTP V2 May 1, 2025 >=4.0.3 In a move toward better security with MLS and the ability to decentralize, we will be shutting down XMTP V2 and moving entirely to XMTP V3. To learn more about V2 deprecation, see XIP-53: XMTP V2 deprecation plan. To learn how to upgrade, see xmtp-ios v4.0.4.

Bug reports, feature requests, and PRs are welcome in accordance with these contribution guidelines.