Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 918 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 918 Bytes

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.