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.
To learn how to use the XMTP iOS SDK and get answers to frequently asked questions, see the XMTP documentation.
Coming soon
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.
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.
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.
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:
- The network will not support and eventually actively reject connections from clients using deprecated versions.
- 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.