ephemeraHQ / xmtp-inbox-ios

ARCHIVED: See the README for info about an alternative iOS app you can try.
4 stars 0 forks source link

ARCHIVED: xmtp-inbox-ios

Status

This archived repo provides the XMTP Inbox iOS app, which is no longer supported.

For an alternative solution, see the example app provided by the xmtp-ios SDK.

Getting started

Configure Infura

Add your Infura Key as a build configuration setting in a file called Secrets.xcconfig in Xcode.

File -> New -> File... -> Configuration Settings File -> **Secrets.xcconfig**

Then add the following as a static environment variable.

INFURA_KEY = {REPLACE_WITH_YOUR_KEY}

If you do not have an Infura Key, you can follow these instructions to get one.