Skip to content

Latest commit

 

History

History

Examples

Intercom

The example apps provide a basic demo of Intercom's iOS SDK. Further details on the SDK's API can be found here

Objective C

  1. Go to /Sample-ObjC and open Sample-ObjC.xcodeproj
  2. Set your iOS API key and App ID at the top of ITCAppDelegate.m
  3. Build and Run 🎉

Swift with UISceneDelegate

  1. Go to /Sample-Swift-UISceneDelegate and open Sample-Swift-UISceneDelegate.xcodeproj
  2. Set your iOS API key and App ID at the top of SceneDelegate.swift
  3. Build and Run 🙌

SwiftUI

  1. Go to /Sample-SwiftUI and open Sample-SwiftUI.xcodeproj
  2. Set your iOS API key and App ID at the top of SceneDelegate.swift
  3. Build and Run 🙌