mitter.io
  • Welcome
  • Migrating from cloud to on-prem
  • Get mitter.io
    • Custom configuration
  • Getting started
    • Build Your First Android App
      • Setup
      • Authenticate a User
      • Start a Basic Chat
      • Selective Deliveries
      • Custom Payloads
    • Build Your First iOS App
      • Overview
      • Installation
      • Basic Setup
      • Receive Push Messages
      • Storyboard
      • Channel List
      • Channel Window
    • Build Your First Web App
      • Setting Up Your App
      • Start a Basic Chat
      • Selective Deliveries
    • Build Your First React Native app
  • Platform Reference
    • Introduction
    • Concepts
    • Authorization and Access
    • Calling the APIs
    • Users
    • Channels
      • Channel Streams and Typing Indicators
    • Messages
    • Delivery Endpoints (Push Notifications)
    • Federated Authentication
    • Basic Permissions and Privileges
    • ACLs and Advanced Permission Model
    • Metadata
  • SDKs
    • Android
      • Getting Started
      • Set up FCM
      • Presence and Timeline Events
      • Profiles, Pagination and Locators
      • Using the UI Framework
    • iOS
      • Installation
      • Basic Setup
      • Get the current user details
      • Create a Channel
      • Messaging
      • Push Messages
    • Javascript
      • Using the UI framework (web only)
      • For react-native
      • For node.js
      • TSDocs / JSDocs
      • For Typescript Users
    • Java (Backend)
Powered by GitBook
On this page
  • Introduction
  • What is Mitter.io?
  • What are we going to build?
  • Where's the repository for this project?
  1. Getting started

Build Your First iOS App

This section is a quickstart for building an iOS App with the SDK

PreviousCustom PayloadsNextOverview

Last updated 6 years ago

NOTE The Getting Started docs show you how to build your first Mitter.io app with our cloud-hosted sandbox only.

To use it with your docker container, simply change the base API Url (when creating the mitter object) to the address of your running docker container.

Introduction

Before we get started with this tutorial, let’s have a quick primer on what Mitter.io is and what we will be building in this tutorial.

What is Mitter.io?

Mitter.io is a messaging platform that allows you to build apps around messaging. You can treat a message as something more than just an envelope for text with our platform.

What are we going to build?

In this tutorial, we’re going to build a simple chat app which can send and receive messages..

Where's the repository for this project?

You can find the complete project . Feel free to clone the repository and play around.

hosted on GitHub